Html Css Color HEX #860C36 Burgundy

📋 copy color: '#860C36'

red 134 ◦ green 12 ◦ blue 54

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

Shades of Burgundy #860C36

Tints of Burgundy #860C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27%

R = 67%
G = 6%
B = 27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#860C36 (or 0x860C36) is known color: Burgundy. HEX triplet: 86, 0C and 36. RGB value is (134,12,54). Sum of RGB (Red+Green+Blue) = 134+12+54=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #860C36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C36 is #79F3C9. Grayscale: #353535. Windows color (decimal): -7992266 or 3542150. OLE color: 3542150.

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

Color convert

RGB 134 12 54 -
CMYK 0 0.91 0.60 0.47
HSL 339.34º 0.84% 0.29% -
HSV(B) 339.34º 0.91% 0.53% -
XYZ 10.63 5.6 4.01 -
YUV 53.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 134 12 54 0 0.91 0.60 0.47 339.34 0.84 0.29
Hex 86 C 36 0 5B 3C 2F 153 54 1D
Octal 206 14 66 0 133 74 57 523 124 35
Binary 10000110 1100 110110 0 1011011 111100 101111 101010011 1010100 11101

Color Harmonies of #860C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C36

Black with #860C36

Text Example


Text Example

White with #860C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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