Html Css Color HEX #562241 Pompadour

📋 copy color: '#562241'

red 86 ◦ green 34 ◦ blue 65

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

Shades of Pompadour #562241

Tints of Pompadour #562241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.38%

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

R = 46.49%
G = 18.38%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#562241 (or 0x562241) is known color: Pompadour. HEX triplet: 56, 22 and 41. RGB value is (86,34,65). Sum of RGB (Red+Green+Blue) = 86+34+65=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #562241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562241 is #A9DDBE. Grayscale: #353535. Windows color (decimal): -11132351 or 4268630. OLE color: 4268630.

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

Color convert

RGB 86 34 65 -
CMYK 0 0.60 0.24 0.66
HSL 324.23º 0.43% 0.24% -
HSV(B) 324.23º 0.6% 0.34% -
XYZ 5.36 3.5 5.39 -
YUV 53.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 86 34 65 0 0.60 0.24 0.66 324.23 0.43 0.24
Hex 56 22 41 0 3C 18 42 144 2B 18
Octal 126 42 101 0 74 30 102 504 53 30
Binary 1010110 100010 1000001 0 111100 11000 1000010 101000100 101011 11000

Color Harmonies of #562241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562241

Black with #562241

Text Example


Text Example

White with #562241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562241; }

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

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

background-color css

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

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

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

border-color css

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

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

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