Html Css Color HEX #860B49 Pompadour

📋 copy color: '#860B49'

red 134 ◦ green 11 ◦ blue 73

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

Shades of Pompadour #860B49

Tints of Pompadour #860B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.05%

 BLUE value IS 73 (28.91% from 255) = 33.49%

R = 61.47%
G = 5.05%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#860B49 (or 0x860B49) is known color: Pompadour. HEX triplet: 86, 0B and 49. RGB value is (134,11,73). Sum of RGB (Red+Green+Blue) = 134+11+73=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #860B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B49 is #79F4B6. Grayscale: #363636. Windows color (decimal): -7992503 or 4787078. OLE color: 4787078.

HSL color Cylindrical-coordinate representation of color #860B49: hue angle of 329.76º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B49 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 11 73 -
CMYK 0 0.92 0.46 0.47
HSL 329.76º 0.85% 0.28% -
HSV(B) 329.76º 0.92% 0.53% -
XYZ 11.15 5.79 6.83 -
YUV 54.85 138.25 184.46 -
System Red Green Blue C M Y K H S L
Decimal 134 11 73 0 0.92 0.46 0.47 329.76 0.85 0.28
Hex 86 B 49 0 5C 2E 2F 14A 55 1C
Octal 206 13 111 0 134 56 57 512 125 34
Binary 10000110 1011 1001001 0 1011100 101110 101111 101001010 1010101 11100

Color Harmonies of #860B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860B49

Black with #860B49

Text Example


Text Example

White with #860B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,11,73); }

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

background-color css

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

 a { background-color: rgb(134,11,73); }

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

border-color css

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

 span { border-color: rgb(134,11,73); }

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