Html Css Color HEX #860A42 Pompadour

📋 copy color: '#860A42'

red 134 ◦ green 10 ◦ blue 66

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

Shades of Pompadour #860A42

Tints of Pompadour #860A42

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.76%

 BLUE value IS 66 (26.17% from 255) = 31.43%

R = 63.81%
G = 4.76%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#860A42 (or 0x860A42) is known color: Pompadour. HEX triplet: 86, 0A and 42. RGB value is (134,10,66). Sum of RGB (Red+Green+Blue) = 134+10+66=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #860A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A42 is #79F5BD. Grayscale: #353535. Windows color (decimal): -7992766 or 4328070. OLE color: 4328070.

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

Color convert

RGB 134 10 66 -
CMYK 0 0.93 0.51 0.47
HSL 332.9º 0.86% 0.28% -
HSV(B) 332.9º 0.93% 0.53% -
XYZ 10.92 5.68 5.67 -
YUV 53.46 135.08 185.45 -
System Red Green Blue C M Y K H S L
Decimal 134 10 66 0 0.93 0.51 0.47 332.9 0.86 0.28
Hex 86 A 42 0 5D 33 2F 14D 56 1C
Octal 206 12 102 0 135 63 57 515 126 34
Binary 10000110 1010 1000010 0 1011101 110011 101111 101001101 1010110 11100

Color Harmonies of #860A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A42

Black with #860A42

Text Example


Text Example

White with #860A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,10,66); }

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

background-color css

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

 a { background-color: rgb(134,10,66); }

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

border-color css

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

 span { border-color: rgb(134,10,66); }

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