Html Css Color HEX #571F3B Pompadour

📋 copy color: '#571F3B'

red 87 ◦ green 31 ◦ blue 59

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

Shades of Pompadour #571F3B

Tints of Pompadour #571F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.33%

R = 49.15%
G = 17.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.66

RGB Variations

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

Color information

#571F3B (or 0x571F3B) is known color: Pompadour. HEX triplet: 57, 1F and 3B. RGB value is (87,31,59). Sum of RGB (Red+Green+Blue) = 87+31+59=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #571F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F3B is #A8E0C4. Grayscale: #323232. Windows color (decimal): -11067589 or 3874647. OLE color: 3874647.

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

Color convert

RGB 87 31 59 -
CMYK 0 0.64 0.32 0.66
HSL 330º 0.47% 0.23% -
HSV(B) 330º 0.64% 0.34% -
XYZ 5.21 3.32 4.5 -
YUV 50.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 87 31 59 0 0.64 0.32 0.66 330 0.47 0.23
Hex 57 1F 3B 0 40 20 42 14A 2F 17
Octal 127 37 73 0 100 40 102 512 57 27
Binary 1010111 11111 111011 0 1000000 100000 1000010 101001010 101111 10111

Color Harmonies of #571F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571F3B

Black with #571F3B

Text Example


Text Example

White with #571F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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