Html Css Color HEX #860C23 Burgundy

📋 copy color: '#860C23'

red 134 ◦ green 12 ◦ blue 35

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

Shades of Burgundy #860C23

Tints of Burgundy #860C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.34%

R = 74.03%
G = 6.63%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#860C23 (or 0x860C23) is known color: Burgundy. HEX triplet: 86, 0C and 23. RGB value is (134,12,35). Sum of RGB (Red+Green+Blue) = 134+12+35=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #860C23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C23 is #79F3DC. Grayscale: #333333. Windows color (decimal): -7992285 or 2296966. OLE color: 2296966.

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

Color convert

RGB 134 12 35 -
CMYK 0 0.91 0.74 0.47
HSL 348.69º 0.84% 0.29% -
HSV(B) 348.69º 0.91% 0.53% -
XYZ 10.27 5.45 2.1 -
YUV 51.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 134 12 35 0 0.91 0.74 0.47 348.69 0.84 0.29
Hex 86 C 23 0 5B 4A 2F 15D 54 1D
Octal 206 14 43 0 133 112 57 535 124 35
Binary 10000110 1100 100011 0 1011011 1001010 101111 101011101 1010100 11101

Color Harmonies of #860C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C23

Black with #860C23

Text Example


Text Example

White with #860C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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