#562143

Color #562143 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #562143

Tints of Pompadour #562143

Color information

#562143 (or 0x562143) is unknown color: approx Pompadour. HEX triplet: 56, 21 and 43. RGB value is (86,33,67). Sum of RGB (Red+Green+Blue) = 86+33+67=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #562143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562143 is #A9DEBC. Grayscale: #343434. Windows color (decimal): -11132605 or 4399446. OLE color: 4399446.

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

Color convert

RGB863367-
CMYK00.620.220.66
HSL321.51º44.54%23.33%-
HSV(B)321.51º61.63%33.73%-
XYZ5.393.475.7-
YUV52.72136.06151.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=46.24%
G=17.74%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86336700.620.220.66321.5144.5423.33
Hex56214303E16421422d17
Octal12641103076261025025527
Binary10101101000011000011011111010110100001010100001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562143; }

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

 H1.HeaderClassName
 {
   color: #562143;
 }
 .AnyTagClassName
 {
   color: #562143;
 }
</style>
background-color css

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

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

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

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

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

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