Html Css Color HEX #562143 Pompadour

📋 copy color: '#562143'

red 86 ◦ green 33 ◦ blue 67

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

Shades of Pompadour #562143

Tints of Pompadour #562143

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 value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#562143 (or 0x562143) is known color: 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

RGB 86 33 67 -
CMYK 0 0.62 0.22 0.66
HSL 321.51º 0.45% 0.23% -
HSV(B) 321.51º 0.62% 0.34% -
XYZ 5.39 3.47 5.7 -
YUV 52.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 86 33 67 0 0.62 0.22 0.66 321.51 0.45 0.23
Hex 56 21 43 0 3E 16 42 142 2D 17
Octal 126 41 103 0 76 26 102 502 55 27
Binary 1010110 100001 1000011 0 111110 10110 1000010 101000010 101101 10111

Color Harmonies of #562143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562143

Black with #562143

Text Example


Text Example

White with #562143

Text Example


Text Example

HTML Codes & Css Web 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>