Html Css Color HEX #571C3C Pompadour

📋 copy color: '#571C3C'

red 87 ◦ green 28 ◦ blue 60

#571C3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #571C3C

Tints of Pompadour #571C3C

RGB

 RED value IS 87 (34.38% from 255) = 49.71%

 GREEN value IS 28 (11.33% from 255) = 16%

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 49.71%
G = 16%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#571C3C (or 0x571C3C) is known color: Pompadour. HEX triplet: 57, 1C and 3C. RGB value is (87,28,60). Sum of RGB (Red+Green+Blue) = 87+28+60=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #571C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C3C is #A8E3C3. Grayscale: #313131. Windows color (decimal): -11068356 or 3939415. OLE color: 3939415.

HSL color Cylindrical-coordinate representation of color #571C3C: hue angle of 327.46º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C3C is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 28 60 -
CMYK 0 0.68 0.31 0.66
HSL 327.46º 0.51% 0.23% -
HSV(B) 327.46º 0.68% 0.34% -
XYZ 5.16 3.18 4.62 -
YUV 49.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 87 28 60 0 0.68 0.31 0.66 327.46 0.51 0.23
Hex 57 1C 3C 0 44 1F 42 147 33 17
Octal 127 34 74 0 104 37 102 507 63 27
Binary 1010111 11100 111100 0 1000100 11111 1000010 101000111 110011 10111

Color Harmonies of #571C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C3C

Black with #571C3C

Text Example


Text Example

White with #571C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571C3C; }

 p { color: rgb(87,28,60); }

 H1.HeaderClassName
 {
   color: #571C3C;
 }
 .AnyTagClassName
 {
   color: #571C3C;
 }
</style>

background-color css

<style>
 a { background-color: #571C3C; }

 a { background-color: rgb(87,28,60); }

 div.DivClassName
 {
   background-color: #571C3C;
 }
 .BgClassName
 {
   background-color: #571C3C;
 }
</style>

border-color css

<style>
 span { border-color: #571C3C; }

 span { border-color: rgb(87,28,60); }

 td.TdClassName
 {
   border-color: #571C3C;
 }
 .TagClassName
 {
   border-color: #571C3C;
 }
</style>