Html Css Color HEX #860C2D Burgundy

📋 copy color: '#860C2D'

red 134 ◦ green 12 ◦ blue 45

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

Shades of Burgundy #860C2D

Tints of Burgundy #860C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.56%

R = 70.16%
G = 6.28%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#860C2D (or 0x860C2D) is known color: Burgundy. HEX triplet: 86, 0C and 2D. RGB value is (134,12,45). Sum of RGB (Red+Green+Blue) = 134+12+45=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #860C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C2D is #79F3D2. Grayscale: #343434. Windows color (decimal): -7992275 or 2952326. OLE color: 2952326.

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

Color convert

RGB 134 12 45 -
CMYK 0 0.91 0.66 0.47
HSL 343.77º 0.84% 0.29% -
HSV(B) 343.77º 0.91% 0.53% -
XYZ 10.44 5.52 3 -
YUV 52.24 123.92 186.32 -
System Red Green Blue C M Y K H S L
Decimal 134 12 45 0 0.91 0.66 0.47 343.77 0.84 0.29
Hex 86 C 2D 0 5B 42 2F 158 54 1D
Octal 206 14 55 0 133 102 57 530 124 35
Binary 10000110 1100 101101 0 1011011 1000010 101111 101011000 1010100 11101

Color Harmonies of #860C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C2D

Black with #860C2D

Text Example


Text Example

White with #860C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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