Html Css Color HEX #860C1F Burgundy

📋 copy color: '#860C1F'

red 134 ◦ green 12 ◦ blue 31

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

Shades of Burgundy #860C1F

Tints of Burgundy #860C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.51%

R = 75.71%
G = 6.78%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#860C1F (or 0x860C1F) is known color: Burgundy. HEX triplet: 86, 0C and 1F. RGB value is (134,12,31). Sum of RGB (Red+Green+Blue) = 134+12+31=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #860C1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C1F is #79F3E0. Grayscale: #323232. Windows color (decimal): -7992289 or 2034822. OLE color: 2034822.

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

Color convert

RGB 134 12 31 -
CMYK 0 0.91 0.77 0.47
HSL 350.66º 0.84% 0.29% -
HSV(B) 350.66º 0.91% 0.53% -
XYZ 10.21 5.43 1.81 -
YUV 50.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 134 12 31 0 0.91 0.77 0.47 350.66 0.84 0.29
Hex 86 C 1F 0 5B 4D 2F 15F 54 1D
Octal 206 14 37 0 133 115 57 537 124 35
Binary 10000110 1100 11111 0 1011011 1001101 101111 101011111 1010100 11101

Color Harmonies of #860C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C1F

Black with #860C1F

Text Example


Text Example

White with #860C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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