Html Css Color HEX #860C41 Pompadour

📋 copy color: '#860C41'

red 134 ◦ green 12 ◦ blue 65

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

Shades of Pompadour #860C41

Tints of Pompadour #860C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.69%

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

R = 63.51%
G = 5.69%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#860C41 (or 0x860C41) is known color: Pompadour. HEX triplet: 86, 0C and 41. RGB value is (134,12,65). Sum of RGB (Red+Green+Blue) = 134+12+65=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #860C41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C41 is #79F3BE. Grayscale: #363636. Windows color (decimal): -7992255 or 4263046. OLE color: 4263046.

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

Color convert

RGB 134 12 65 -
CMYK 0 0.91 0.51 0.47
HSL 333.93º 0.84% 0.29% -
HSV(B) 333.93º 0.91% 0.53% -
XYZ 10.92 5.71 5.53 -
YUV 54.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 134 12 65 0 0.91 0.51 0.47 333.93 0.84 0.29
Hex 86 C 41 0 5B 33 2F 14E 54 1D
Octal 206 14 101 0 133 63 57 516 124 35
Binary 10000110 1100 1000001 0 1011011 110011 101111 101001110 1010100 11101

Color Harmonies of #860C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C41

Black with #860C41

Text Example


Text Example

White with #860C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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