Html Css Color HEX #860424 Burgundy

📋 copy color: '#860424'

red 134 ◦ green 4 ◦ blue 36

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

Shades of Burgundy #860424

Tints of Burgundy #860424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

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

R = 77.01%
G = 2.3%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#860424 (or 0x860424) is known color: Burgundy. HEX triplet: 86, 04 and 24. RGB value is (134,4,36). Sum of RGB (Red+Green+Blue) = 134+4+36=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #860424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860424 is #79FBDB. Grayscale: #2E2E2E. Windows color (decimal): -7994332 or 2360454. OLE color: 2360454.

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

Color convert

RGB 134 4 36 -
CMYK 0 0.97 0.73 0.47
HSL 345.23º 0.94% 0.27% -
HSV(B) 345.23º 0.97% 0.53% -
XYZ 10.19 5.28 2.15 -
YUV 46.52 122.07 190.4 -
System Red Green Blue C M Y K H S L
Decimal 134 4 36 0 0.97 0.73 0.47 345.23 0.94 0.27
Hex 86 4 24 0 61 49 2F 159 5E 1B
Octal 206 4 44 0 141 111 57 531 136 33
Binary 10000110 100 100100 0 1100001 1001001 101111 101011001 1011110 11011

Color Harmonies of #860424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860424

Black with #860424

Text Example


Text Example

White with #860424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860424; }

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

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

background-color css

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

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

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

border-color css

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

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

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