Html Css Color HEX #860D40 Pompadour

📋 copy color: '#860D40'

red 134 ◦ green 13 ◦ blue 64

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

Shades of Pompadour #860D40

Tints of Pompadour #860D40

RGB

 RED value IS 134 (52.73% from 255) = 63.51%

 GREEN value IS 13 (5.47% from 255) = 6.16%

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

R = 63.51%
G = 6.16%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#860D40 (or 0x860D40) is known color: Pompadour. HEX triplet: 86, 0D and 40. RGB value is (134,13,64). Sum of RGB (Red+Green+Blue) = 134+13+64=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #860D40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860D40 is #79F2BF. Grayscale: #363636. Windows color (decimal): -7992000 or 4197766. OLE color: 4197766.

HSL color Cylindrical-coordinate representation of color #860D40: hue angle of 334.71º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860D40 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 13 64 -
CMYK 0 0.90 0.52 0.47
HSL 334.71º 0.82% 0.29% -
HSV(B) 334.71º 0.9% 0.53% -
XYZ 10.9 5.73 5.38 -
YUV 54.99 133.09 184.35 -
System Red Green Blue C M Y K H S L
Decimal 134 13 64 0 0.90 0.52 0.47 334.71 0.82 0.29
Hex 86 D 40 0 5A 34 2F 14F 52 1D
Octal 206 15 100 0 132 64 57 517 122 35
Binary 10000110 1101 1000000 0 1011010 110100 101111 101001111 1010010 11101

Color Harmonies of #860D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860D40

Black with #860D40

Text Example


Text Example

White with #860D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860D40; }

 p { color: rgb(134,13,64); }

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

background-color css

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

 a { background-color: rgb(134,13,64); }

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

border-color css

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

 span { border-color: rgb(134,13,64); }

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