Html Css Color HEX #860C28 Burgundy

📋 copy color: '#860C28'

red 134 ◦ green 12 ◦ blue 40

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

Shades of Burgundy #860C28

Tints of Burgundy #860C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 72.04%
G = 6.45%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#860C28 (or 0x860C28) is known color: Burgundy. HEX triplet: 86, 0C and 28. RGB value is (134,12,40). Sum of RGB (Red+Green+Blue) = 134+12+40=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #860C28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C28 is #79F3D7. Grayscale: #333333. Windows color (decimal): -7992280 or 2624646. OLE color: 2624646.

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

Color convert

RGB 134 12 40 -
CMYK 0 0.91 0.70 0.47
HSL 346.23º 0.84% 0.29% -
HSV(B) 346.23º 0.91% 0.53% -
XYZ 10.35 5.48 2.52 -
YUV 51.67 121.42 186.72 -
System Red Green Blue C M Y K H S L
Decimal 134 12 40 0 0.91 0.70 0.47 346.23 0.84 0.29
Hex 86 C 28 0 5B 46 2F 15A 54 1D
Octal 206 14 50 0 133 106 57 532 124 35
Binary 10000110 1100 101000 0 1011011 1000110 101111 101011010 1010100 11101

Color Harmonies of #860C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C28

Black with #860C28

Text Example


Text Example

White with #860C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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