Html Css Color HEX #561940 Pompadour

📋 copy color: '#561940'

red 86 ◦ green 25 ◦ blue 64

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

Shades of Pompadour #561940

Tints of Pompadour #561940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.29%

 BLUE value IS 64 (25.39% from 255) = 36.57%

R = 49.14%
G = 14.29%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#561940 (or 0x561940) is known color: Pompadour. HEX triplet: 56, 19 and 40. RGB value is (86,25,64). Sum of RGB (Red+Green+Blue) = 86+25+64=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #561940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561940 is #A9E6BF. Grayscale: #2F2F2F. Windows color (decimal): -11134656 or 4200790. OLE color: 4200790.

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

Color convert

RGB 86 25 64 -
CMYK 0 0.71 0.26 0.66
HSL 321.64º 0.55% 0.22% -
HSV(B) 321.64º 0.71% 0.34% -
XYZ 5.11 3.04 5.17 -
YUV 47.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 86 25 64 0 0.71 0.26 0.66 321.64 0.55 0.22
Hex 56 19 40 0 47 1A 42 142 37 16
Octal 126 31 100 0 107 32 102 502 67 26
Binary 1010110 11001 1000000 0 1000111 11010 1000010 101000010 110111 10110

Color Harmonies of #561940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561940

Black with #561940

Text Example


Text Example

White with #561940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561940; }

 p { color: rgb(86,25,64); }

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

background-color css

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

 a { background-color: rgb(86,25,64); }

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

border-color css

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

 span { border-color: rgb(86,25,64); }

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