Html Css Color HEX #571F3A Pompadour

📋 copy color: '#571F3A'

red 87 ◦ green 31 ◦ blue 58

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

Shades of Pompadour #571F3A

Tints of Pompadour #571F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.95%

R = 49.43%
G = 17.61%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#571F3A (or 0x571F3A) is known color: Pompadour. HEX triplet: 57, 1F and 3A. RGB value is (87,31,58). Sum of RGB (Red+Green+Blue) = 87+31+58=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #571F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F3A is #A8E0C5. Grayscale: #323232. Windows color (decimal): -11067590 or 3809111. OLE color: 3809111.

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

Color convert

RGB 87 31 58 -
CMYK 0 0.64 0.33 0.66
HSL 331.07º 0.47% 0.23% -
HSV(B) 331.07º 0.64% 0.34% -
XYZ 5.18 3.31 4.37 -
YUV 50.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 87 31 58 0 0.64 0.33 0.66 331.07 0.47 0.23
Hex 57 1F 3A 0 40 21 42 14B 2F 17
Octal 127 37 72 0 100 41 102 513 57 27
Binary 1010111 11111 111010 0 1000000 100001 1000010 101001011 101111 10111

Color Harmonies of #571F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571F3A

Black with #571F3A

Text Example


Text Example

White with #571F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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