Html Css Color HEX #860C1D Burgundy

📋 copy color: '#860C1D'

red 134 ◦ green 12 ◦ blue 29

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

Shades of Burgundy #860C1D

Tints of Burgundy #860C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 76.57%
G = 6.86%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#860C1D (or 0x860C1D) is known color: Burgundy. HEX triplet: 86, 0C and 1D. RGB value is (134,12,29). Sum of RGB (Red+Green+Blue) = 134+12+29=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #860C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C1D is #79F3E2. Grayscale: #323232. Windows color (decimal): -7992291 or 1903750. OLE color: 1903750.

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

Color convert

RGB 134 12 29 -
CMYK 0 0.91 0.78 0.47
HSL 351.64º 0.84% 0.29% -
HSV(B) 351.64º 0.91% 0.53% -
XYZ 10.18 5.42 1.67 -
YUV 50.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 134 12 29 0 0.91 0.78 0.47 351.64 0.84 0.29
Hex 86 C 1D 0 5B 4E 2F 160 54 1D
Octal 206 14 35 0 133 116 57 540 124 35
Binary 10000110 1100 11101 0 1011011 1001110 101111 101100000 1010100 11101

Color Harmonies of #860C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C1D

Black with #860C1D

Text Example


Text Example

White with #860C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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