Html Css Color HEX #561646 Pompadour

📋 copy color: '#561646'

red 86 ◦ green 22 ◦ blue 70

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

Shades of Pompadour #561646

Tints of Pompadour #561646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.36%

 BLUE value IS 70 (27.73% from 255) = 39.33%

R = 48.31%
G = 12.36%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#561646 (or 0x561646) is known color: Pompadour. HEX triplet: 56, 16 and 46. RGB value is (86,22,70). Sum of RGB (Red+Green+Blue) = 86+22+70=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #561646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561646 is #A9E9B9. Grayscale: #2E2E2E. Windows color (decimal): -11135418 or 4593238. OLE color: 4593238.

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

Color convert

RGB 86 22 70 -
CMYK 0 0.74 0.19 0.66
HSL 315º 0.59% 0.21% -
HSV(B) 315º 0.74% 0.34% -
XYZ 5.23 2.99 6.1 -
YUV 46.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 86 22 70 0 0.74 0.19 0.66 315 0.59 0.21
Hex 56 16 46 0 4A 13 42 13B 3B 15
Octal 126 26 106 0 112 23 102 473 73 25
Binary 1010110 10110 1000110 0 1001010 10011 1000010 100111011 111011 10101

Color Harmonies of #561646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561646

Black with #561646

Text Example


Text Example

White with #561646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561646; }

 p { color: rgb(86,22,70); }

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

background-color css

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

 a { background-color: rgb(86,22,70); }

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

border-color css

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

 span { border-color: rgb(86,22,70); }

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