Html Css Color HEX #571B40 Pompadour

📋 copy color: '#571B40'

red 87 ◦ green 27 ◦ blue 64

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

Shades of Pompadour #571B40

Tints of Pompadour #571B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.96%

R = 48.88%
G = 15.17%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#571B40 (or 0x571B40) is known color: Pompadour. HEX triplet: 57, 1B and 40. RGB value is (87,27,64). Sum of RGB (Red+Green+Blue) = 87+27+64=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #571B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B40 is #A8E4BF. Grayscale: #313131. Windows color (decimal): -11068608 or 4201303. OLE color: 4201303.

HSL color Cylindrical-coordinate representation of color #571B40: hue angle of 323º 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 #571B40 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 27 64 -
CMYK 0 0.69 0.26 0.66
HSL 323º 0.53% 0.22% -
HSV(B) 323º 0.69% 0.34% -
XYZ 5.25 3.18 5.19 -
YUV 49.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 87 27 64 0 0.69 0.26 0.66 323 0.53 0.22
Hex 57 1B 40 0 45 1A 42 143 35 16
Octal 127 33 100 0 105 32 102 503 65 26
Binary 1010111 11011 1000000 0 1000101 11010 1000010 101000011 110101 10110

Color Harmonies of #571B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571B40

Black with #571B40

Text Example


Text Example

White with #571B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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