Html Css Color HEX #571F3C Pompadour

📋 copy color: '#571F3C'

red 87 ◦ green 31 ◦ blue 60

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

Shades of Pompadour #571F3C

Tints of Pompadour #571F3C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.42%

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

R = 48.88%
G = 17.42%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#571F3C (or 0x571F3C) is known color: Pompadour. HEX triplet: 57, 1F and 3C. RGB value is (87,31,60). Sum of RGB (Red+Green+Blue) = 87+31+60=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #571F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F3C is #A8E0C3. Grayscale: #323232. Windows color (decimal): -11067588 or 3940183. OLE color: 3940183.

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

Color convert

RGB 87 31 60 -
CMYK 0 0.64 0.31 0.66
HSL 328.93º 0.47% 0.23% -
HSV(B) 328.93º 0.64% 0.34% -
XYZ 5.24 3.33 4.64 -
YUV 51.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 87 31 60 0 0.64 0.31 0.66 328.93 0.47 0.23
Hex 57 1F 3C 0 40 1F 42 149 2F 17
Octal 127 37 74 0 100 37 102 511 57 27
Binary 1010111 11111 111100 0 1000000 11111 1000010 101001001 101111 10111

Color Harmonies of #571F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571F3C

Black with #571F3C

Text Example


Text Example

White with #571F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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