Html Css Color HEX #571B3A Pompadour

📋 copy color: '#571B3A'

red 87 ◦ green 27 ◦ blue 58

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

Shades of Pompadour #571B3A

Tints of Pompadour #571B3A

RGB

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

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

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

R = 50.58%
G = 15.7%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#571B3A (or 0x571B3A) is known color: Pompadour. HEX triplet: 57, 1B and 3A. RGB value is (87,27,58). Sum of RGB (Red+Green+Blue) = 87+27+58=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #571B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B3A is #A8E4C5. Grayscale: #303030. Windows color (decimal): -11068614 or 3808087. OLE color: 3808087.

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

Color convert

RGB 87 27 58 -
CMYK 0 0.69 0.33 0.66
HSL 329º 0.53% 0.22% -
HSV(B) 329º 0.69% 0.34% -
XYZ 5.09 3.12 4.34 -
YUV 48.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 87 27 58 0 0.69 0.33 0.66 329 0.53 0.22
Hex 57 1B 3A 0 45 21 42 149 35 16
Octal 127 33 72 0 105 41 102 511 65 26
Binary 1010111 11011 111010 0 1000101 100001 1000010 101001001 110101 10110

Color Harmonies of #571B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571B3A

Black with #571B3A

Text Example


Text Example

White with #571B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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