Html Css Color HEX #860C22 Burgundy

📋 copy color: '#860C22'

red 134 ◦ green 12 ◦ blue 34

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

Shades of Burgundy #860C22

Tints of Burgundy #860C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.89%

R = 74.44%
G = 6.67%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#860C22 (or 0x860C22) is known color: Burgundy. HEX triplet: 86, 0C and 22. RGB value is (134,12,34). Sum of RGB (Red+Green+Blue) = 134+12+34=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #860C22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C22 is #79F3DD. Grayscale: #333333. Windows color (decimal): -7992286 or 2231430. OLE color: 2231430.

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

Color convert

RGB 134 12 34 -
CMYK 0 0.91 0.75 0.47
HSL 349.18º 0.84% 0.29% -
HSV(B) 349.18º 0.91% 0.53% -
XYZ 10.25 5.45 2.02 -
YUV 50.99 118.42 187.21 -
System Red Green Blue C M Y K H S L
Decimal 134 12 34 0 0.91 0.75 0.47 349.18 0.84 0.29
Hex 86 C 22 0 5B 4B 2F 15D 54 1D
Octal 206 14 42 0 133 113 57 535 124 35
Binary 10000110 1100 100010 0 1011011 1001011 101111 101011101 1010100 11101

Color Harmonies of #860C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C22

Black with #860C22

Text Example


Text Example

White with #860C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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