Html Css Color HEX #562341 Pompadour

📋 copy color: '#562341'

red 86 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #562341

Tints of Pompadour #562341

RGB

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

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

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

R = 46.24%
G = 18.82%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#562341 (or 0x562341) is known color: Pompadour. HEX triplet: 56, 23 and 41. RGB value is (86,35,65). Sum of RGB (Red+Green+Blue) = 86+35+65=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #562341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562341 is #A9DCBE. Grayscale: #353535. Windows color (decimal): -11132095 or 4268886. OLE color: 4268886.

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

Color convert

RGB 86 35 65 -
CMYK 0 0.59 0.24 0.66
HSL 324.71º 0.42% 0.24% -
HSV(B) 324.71º 0.59% 0.34% -
XYZ 5.39 3.56 5.4 -
YUV 53.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 86 35 65 0 0.59 0.24 0.66 324.71 0.42 0.24
Hex 56 23 41 0 3B 18 42 145 2A 18
Octal 126 43 101 0 73 30 102 505 52 30
Binary 1010110 100011 1000001 0 111011 11000 1000010 101000101 101010 11000

Color Harmonies of #562341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562341

Black with #562341

Text Example


Text Example

White with #562341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562341; }

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

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

background-color css

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

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

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

border-color css

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

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

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