Html Css Color HEX #562343 Pompadour

📋 copy color: '#562343'

red 86 ◦ green 35 ◦ blue 67

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

Shades of Pompadour #562343

Tints of Pompadour #562343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.62%

 BLUE value IS 67 (26.56% from 255) = 35.64%

R = 45.74%
G = 18.62%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#562343 (or 0x562343) is known color: Pompadour. HEX triplet: 56, 23 and 43. RGB value is (86,35,67). Sum of RGB (Red+Green+Blue) = 86+35+67=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #562343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562343 is #A9DCBC. Grayscale: #353535. Windows color (decimal): -11132093 or 4399958. OLE color: 4399958.

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

Color convert

RGB 86 35 67 -
CMYK 0 0.59 0.22 0.66
HSL 322.35º 0.42% 0.24% -
HSV(B) 322.35º 0.59% 0.34% -
XYZ 5.45 3.59 5.71 -
YUV 53.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 86 35 67 0 0.59 0.22 0.66 322.35 0.42 0.24
Hex 56 23 43 0 3B 16 42 142 2A 18
Octal 126 43 103 0 73 26 102 502 52 30
Binary 1010110 100011 1000011 0 111011 10110 1000010 101000010 101010 11000

Color Harmonies of #562343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562343

Black with #562343

Text Example


Text Example

White with #562343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562343; }

 p { color: rgb(86,35,67); }

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

background-color css

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

 a { background-color: rgb(86,35,67); }

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

border-color css

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

 span { border-color: rgb(86,35,67); }

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