Html Css Color HEX #561B40 Pompadour

📋 copy color: '#561B40'

red 86 ◦ green 27 ◦ blue 64

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

Shades of Pompadour #561B40

Tints of Pompadour #561B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.25%

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

R = 48.59%
G = 15.25%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#561B40 (or 0x561B40) is known color: Pompadour. HEX triplet: 56, 1B and 40. RGB value is (86,27,64). Sum of RGB (Red+Green+Blue) = 86+27+64=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #561B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B40 is #A9E4BF. Grayscale: #303030. Windows color (decimal): -11134144 or 4201302. OLE color: 4201302.

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

Color convert

RGB 86 27 64 -
CMYK 0 0.69 0.26 0.66
HSL 322.37º 0.52% 0.22% -
HSV(B) 322.37º 0.69% 0.34% -
XYZ 5.16 3.13 5.18 -
YUV 48.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 86 27 64 0 0.69 0.26 0.66 322.37 0.52 0.22
Hex 56 1B 40 0 45 1A 42 142 34 16
Octal 126 33 100 0 105 32 102 502 64 26
Binary 1010110 11011 1000000 0 1000101 11010 1000010 101000010 110100 10110

Color Harmonies of #561B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B40

Black with #561B40

Text Example


Text Example

White with #561B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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