Html Css Color HEX #562240 Pompadour

📋 copy color: '#562240'

red 86 ◦ green 34 ◦ blue 64

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

Shades of Pompadour #562240

Tints of Pompadour #562240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 46.74%
G = 18.48%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#562240 (or 0x562240) is known color: Pompadour. HEX triplet: 56, 22 and 40. RGB value is (86,34,64). Sum of RGB (Red+Green+Blue) = 86+34+64=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #562240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562240 is #A9DDBF. Grayscale: #343434. Windows color (decimal): -11132352 or 4203094. OLE color: 4203094.

HSL color Cylindrical-coordinate representation of color #562240: hue angle of 325.38º 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 #562240 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 34 64 -
CMYK 0 0.60 0.26 0.66
HSL 325.38º 0.43% 0.24% -
HSV(B) 325.38º 0.6% 0.34% -
XYZ 5.34 3.49 5.24 -
YUV 52.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 86 34 64 0 0.60 0.26 0.66 325.38 0.43 0.24
Hex 56 22 40 0 3C 1A 42 145 2B 18
Octal 126 42 100 0 74 32 102 505 53 30
Binary 1010110 100010 1000000 0 111100 11010 1000010 101000101 101011 11000

Color Harmonies of #562240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562240

Black with #562240

Text Example


Text Example

White with #562240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562240; }

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

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

background-color css

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

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

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

border-color css

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

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

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