Html Css Color HEX #860024 Burgundy

📋 copy color: '#860024'

red 134 ◦ green 0 ◦ blue 36

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

Shades of Burgundy #860024

Tints of Burgundy #860024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 21.18%

R = 78.82%
G = 0%
B = 21.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#860024 (or 0x860024) is known color: Burgundy. HEX triplet: 86, 00 and 24. RGB value is (134,0,36). Sum of RGB (Red+Green+Blue) = 134+0+36=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #860024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860024 is #79FFDB. Grayscale: #2C2C2C. Windows color (decimal): -7995356 or 2359430. OLE color: 2359430.

HSL color Cylindrical-coordinate representation of color #860024: hue angle of 343.88º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860024 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 36 -
CMYK 0 1 0.73 0.47
HSL 343.88º 1% 0.26% -
HSV(B) 343.88º 1% 0.53% -
XYZ 10.15 5.2 2.14 -
YUV 44.17 123.39 192.07 -
System Red Green Blue C M Y K H S L
Decimal 134 0 36 0 1 0.73 0.47 343.88 1 0.26
Hex 86 0 24 0 64 49 2F 158 64 1A
Octal 206 0 44 0 144 111 57 530 144 32
Binary 10000110 0 100100 0 1100100 1001001 101111 101011000 1100100 11010

Color Harmonies of #860024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860024

Black with #860024

Text Example


Text Example

White with #860024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860024; }

 p { color: rgb(134,0,36); }

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

background-color css

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

 a { background-color: rgb(134,0,36); }

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

border-color css

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

 span { border-color: rgb(134,0,36); }

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