Html Css Color HEX #860B41 Pompadour

📋 copy color: '#860B41'

red 134 ◦ green 11 ◦ blue 65

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

Shades of Pompadour #860B41

Tints of Pompadour #860B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 63.81%
G = 5.24%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#860B41 (or 0x860B41) is known color: Pompadour. HEX triplet: 86, 0B and 41. RGB value is (134,11,65). Sum of RGB (Red+Green+Blue) = 134+11+65=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #860B41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B41 is #79F4BE. Grayscale: #353535. Windows color (decimal): -7992511 or 4262790. OLE color: 4262790.

HSL color Cylindrical-coordinate representation of color #860B41: hue angle of 333.66º 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 #860B41 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 11 65 -
CMYK 0 0.92 0.51 0.47
HSL 333.66º 0.85% 0.28% -
HSV(B) 333.66º 0.92% 0.53% -
XYZ 10.91 5.69 5.52 -
YUV 53.93 134.25 185.11 -
System Red Green Blue C M Y K H S L
Decimal 134 11 65 0 0.92 0.51 0.47 333.66 0.85 0.28
Hex 86 B 41 0 5C 33 2F 14E 55 1C
Octal 206 13 101 0 134 63 57 516 125 34
Binary 10000110 1011 1000001 0 1011100 110011 101111 101001110 1010101 11100

Color Harmonies of #860B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860B41

Black with #860B41

Text Example


Text Example

White with #860B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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