Html Css Color HEX #562141 Pompadour

📋 copy color: '#562141'

red 86 ◦ green 33 ◦ blue 65

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

Shades of Pompadour #562141

Tints of Pompadour #562141

RGB

 RED value IS 86 (33.98% from 255) = 46.74%

 GREEN value IS 33 (13.28% from 255) = 17.93%

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 46.74%
G = 17.93%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#562141 (or 0x562141) is known color: Pompadour. HEX triplet: 56, 21 and 41. RGB value is (86,33,65). Sum of RGB (Red+Green+Blue) = 86+33+65=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #562141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562141 is #A9DEBE. Grayscale: #343434. Windows color (decimal): -11132607 or 4268374. OLE color: 4268374.

HSL color Cylindrical-coordinate representation of color #562141: hue angle of 323.77º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #562141 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 33 65 -
CMYK 0 0.62 0.24 0.66
HSL 323.77º 0.45% 0.23% -
HSV(B) 323.77º 0.62% 0.34% -
XYZ 5.34 3.45 5.39 -
YUV 52.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 86 33 65 0 0.62 0.24 0.66 323.77 0.45 0.23
Hex 56 21 41 0 3E 18 42 144 2D 17
Octal 126 41 101 0 76 30 102 504 55 27
Binary 1010110 100001 1000001 0 111110 11000 1000010 101000100 101101 10111

Color Harmonies of #562141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562141

Black with #562141

Text Example


Text Example

White with #562141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562141; }

 p { color: rgb(86,33,65); }

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

background-color css

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

 a { background-color: rgb(86,33,65); }

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

border-color css

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

 span { border-color: rgb(86,33,65); }

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