Html Css Color HEX #860A23 Burgundy

📋 copy color: '#860A23'

red 134 ◦ green 10 ◦ blue 35

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

Shades of Burgundy #860A23

Tints of Burgundy #860A23

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.59%

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

R = 74.86%
G = 5.59%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#860A23 (or 0x860A23) is known color: Burgundy. HEX triplet: 86, 0A and 23. RGB value is (134,10,35). Sum of RGB (Red+Green+Blue) = 134+10+35=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #860A23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A23 is #79F5DC. Grayscale: #313131. Windows color (decimal): -7992797 or 2296454. OLE color: 2296454.

HSL color Cylindrical-coordinate representation of color #860A23: hue angle of 347.9º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A23 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 10 35 -
CMYK 0 0.93 0.74 0.47
HSL 347.9º 0.86% 0.28% -
HSV(B) 347.9º 0.93% 0.53% -
XYZ 10.24 5.41 2.09 -
YUV 49.93 119.58 187.97 -
System Red Green Blue C M Y K H S L
Decimal 134 10 35 0 0.93 0.74 0.47 347.9 0.86 0.28
Hex 86 A 23 0 5D 4A 2F 15C 56 1C
Octal 206 12 43 0 135 112 57 534 126 34
Binary 10000110 1010 100011 0 1011101 1001010 101111 101011100 1010110 11100

Color Harmonies of #860A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A23

Black with #860A23

Text Example


Text Example

White with #860A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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