Html Css Color HEX #860C2A Burgundy

📋 copy color: '#860C2A'

red 134 ◦ green 12 ◦ blue 42

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

Shades of Burgundy #860C2A

Tints of Burgundy #860C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 71.28%
G = 6.38%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#860C2A (or 0x860C2A) is known color: Burgundy. HEX triplet: 86, 0C and 2A. RGB value is (134,12,42). Sum of RGB (Red+Green+Blue) = 134+12+42=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #860C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C2A is #79F3D5. Grayscale: #333333. Windows color (decimal): -7992278 or 2755718. OLE color: 2755718.

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

Color convert

RGB 134 12 42 -
CMYK 0 0.91 0.69 0.47
HSL 345.25º 0.84% 0.29% -
HSV(B) 345.25º 0.91% 0.53% -
XYZ 10.38 5.5 2.7 -
YUV 51.9 122.42 186.56 -
System Red Green Blue C M Y K H S L
Decimal 134 12 42 0 0.91 0.69 0.47 345.25 0.84 0.29
Hex 86 C 2A 0 5B 45 2F 159 54 1D
Octal 206 14 52 0 133 105 57 531 124 35
Binary 10000110 1100 101010 0 1011011 1000101 101111 101011001 1010100 11101

Color Harmonies of #860C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C2A

Black with #860C2A

Text Example


Text Example

White with #860C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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