Html Css Color HEX #572741 Pompadour

📋 copy color: '#572741'

red 87 ◦ green 39 ◦ blue 65

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

Shades of Pompadour #572741

Tints of Pompadour #572741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.42%

 BLUE value IS 65 (25.78% from 255) = 34.03%

R = 45.55%
G = 20.42%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#572741 (or 0x572741) is known color: Pompadour. HEX triplet: 57, 27 and 41. RGB value is (87,39,65). Sum of RGB (Red+Green+Blue) = 87+39+65=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #572741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572741 is #A8D8BE. Grayscale: #383838. Windows color (decimal): -11065535 or 4269911. OLE color: 4269911.

HSL color Cylindrical-coordinate representation of color #572741: hue angle of 327.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #572741 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 39 65 -
CMYK 0 0.55 0.25 0.66
HSL 327.5º 0.38% 0.25% -
HSV(B) 327.5º 0.55% 0.34% -
XYZ 5.61 3.86 5.45 -
YUV 56.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 87 39 65 0 0.55 0.25 0.66 327.5 0.38 0.25
Hex 57 27 41 0 37 19 42 148 26 19
Octal 127 47 101 0 67 31 102 510 46 31
Binary 1010111 100111 1000001 0 110111 11001 1000010 101001000 100110 11001

Color Harmonies of #572741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572741

Black with #572741

Text Example


Text Example

White with #572741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572741; }

 p { color: rgb(87,39,65); }

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

background-color css

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

 a { background-color: rgb(87,39,65); }

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

border-color css

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

 span { border-color: rgb(87,39,65); }

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