Html Css Color HEX #572143 Pompadour

📋 copy color: '#572143'

red 87 ◦ green 33 ◦ blue 67

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

Shades of Pompadour #572143

Tints of Pompadour #572143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

 BLUE value IS 67 (26.56% from 255) = 35.83%

R = 46.52%
G = 17.65%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#572143 (or 0x572143) is known color: Pompadour. HEX triplet: 57, 21 and 43. RGB value is (87,33,67). Sum of RGB (Red+Green+Blue) = 87+33+67=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #572143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572143 is #A8DEBC. Grayscale: #343434. Windows color (decimal): -11067069 or 4399447. OLE color: 4399447.

HSL color Cylindrical-coordinate representation of color #572143: hue angle of 322.22º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #572143 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 33 67 -
CMYK 0 0.62 0.23 0.66
HSL 322.22º 0.45% 0.24% -
HSV(B) 322.22º 0.62% 0.34% -
XYZ 5.49 3.52 5.7 -
YUV 53.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 87 33 67 0 0.62 0.23 0.66 322.22 0.45 0.24
Hex 57 21 43 0 3E 17 42 142 2D 18
Octal 127 41 103 0 76 27 102 502 55 30
Binary 1010111 100001 1000011 0 111110 10111 1000010 101000010 101101 11000

Color Harmonies of #572143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572143

Black with #572143

Text Example


Text Example

White with #572143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572143; }

 p { color: rgb(87,33,67); }

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

background-color css

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

 a { background-color: rgb(87,33,67); }

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

border-color css

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

 span { border-color: rgb(87,33,67); }

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