Html Css Color HEX #571B42 Pompadour

📋 copy color: '#571B42'

red 87 ◦ green 27 ◦ blue 66

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

Shades of Pompadour #571B42

Tints of Pompadour #571B42

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15%

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 48.33%
G = 15%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#571B42 (or 0x571B42) is known color: Pompadour. HEX triplet: 57, 1B and 42. RGB value is (87,27,66). Sum of RGB (Red+Green+Blue) = 87+27+66=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #571B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B42 is #A8E4BD. Grayscale: #313131. Windows color (decimal): -11068606 or 4332375. OLE color: 4332375.

HSL color Cylindrical-coordinate representation of color #571B42: hue angle of 321º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #571B42 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 27 66 -
CMYK 0 0.69 0.24 0.66
HSL 321º 0.53% 0.22% -
HSV(B) 321º 0.69% 0.34% -
XYZ 5.31 3.2 5.49 -
YUV 49.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 87 27 66 0 0.69 0.24 0.66 321 0.53 0.22
Hex 57 1B 42 0 45 18 42 141 35 16
Octal 127 33 102 0 105 30 102 501 65 26
Binary 1010111 11011 1000010 0 1000101 11000 1000010 101000001 110101 10110

Color Harmonies of #571B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571B42

Black with #571B42

Text Example


Text Example

White with #571B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,27,66); }

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

background-color css

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

 a { background-color: rgb(87,27,66); }

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

border-color css

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

 span { border-color: rgb(87,27,66); }

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