Html Css Color HEX #860C4A Pompadour

📋 copy color: '#860C4A'

red 134 ◦ green 12 ◦ blue 74

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

Shades of Pompadour #860C4A

Tints of Pompadour #860C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.64%

R = 60.91%
G = 5.45%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#860C4A (or 0x860C4A) is known color: Pompadour. HEX triplet: 86, 0C and 4A. RGB value is (134,12,74). Sum of RGB (Red+Green+Blue) = 134+12+74=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #860C4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C4A is #79F3B5. Grayscale: #373737. Windows color (decimal): -7992246 or 4852870. OLE color: 4852870.

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

Color convert

RGB 134 12 74 -
CMYK 0 0.91 0.45 0.47
HSL 329.51º 0.84% 0.29% -
HSV(B) 329.51º 0.91% 0.53% -
XYZ 11.2 5.83 7.01 -
YUV 55.55 138.42 183.96 -
System Red Green Blue C M Y K H S L
Decimal 134 12 74 0 0.91 0.45 0.47 329.51 0.84 0.29
Hex 86 C 4A 0 5B 2D 2F 14A 54 1D
Octal 206 14 112 0 133 55 57 512 124 35
Binary 10000110 1100 1001010 0 1011011 101101 101111 101001010 1010100 11101

Color Harmonies of #860C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C4A

Black with #860C4A

Text Example


Text Example

White with #860C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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