Html Css Color HEX #571A3A Pompadour

📋 copy color: '#571A3A'

red 87 ◦ green 26 ◦ blue 58

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

Shades of Pompadour #571A3A

Tints of Pompadour #571A3A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.2%

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

R = 50.88%
G = 15.2%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#571A3A (or 0x571A3A) is known color: Pompadour. HEX triplet: 57, 1A and 3A. RGB value is (87,26,58). Sum of RGB (Red+Green+Blue) = 87+26+58=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #571A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A3A is #A8E5C5. Grayscale: #2F2F2F. Windows color (decimal): -11068870 or 3807831. OLE color: 3807831.

HSL color Cylindrical-coordinate representation of color #571A3A: hue angle of 328.52º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A3A is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 26 58 -
CMYK 0 0.70 0.33 0.66
HSL 328.52º 0.54% 0.22% -
HSV(B) 328.52º 0.7% 0.34% -
XYZ 5.06 3.07 4.33 -
YUV 47.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 87 26 58 0 0.70 0.33 0.66 328.52 0.54 0.22
Hex 57 1A 3A 0 46 21 42 149 36 16
Octal 127 32 72 0 106 41 102 511 66 26
Binary 1010111 11010 111010 0 1000110 100001 1000010 101001001 110110 10110

Color Harmonies of #571A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A3A

Black with #571A3A

Text Example


Text Example

White with #571A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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