Html Css Color HEX #86002A Burgundy

📋 copy color: '#86002A'

red 134 ◦ green 0 ◦ blue 42

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

Shades of Burgundy #86002A

Tints of Burgundy #86002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.86%

R = 76.14%
G = 0%
B = 23.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#86002A (or 0x86002A) is known color: Burgundy. HEX triplet: 86, 00 and 2A. RGB value is (134,0,42). Sum of RGB (Red+Green+Blue) = 134+0+42=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #86002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86002A is #79FFD5. Grayscale: #2C2C2C. Windows color (decimal): -7995350 or 2752646. OLE color: 2752646.

HSL color Cylindrical-coordinate representation of color #86002A: hue angle of 341.19º 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 #86002A is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 42 -
CMYK 0 1 0.69 0.47
HSL 341.19º 1% 0.26% -
HSV(B) 341.19º 1% 0.53% -
XYZ 10.25 5.24 2.66 -
YUV 44.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 134 0 42 0 1 0.69 0.47 341.19 1 0.26
Hex 86 0 2A 0 64 45 2F 155 64 1A
Octal 206 0 52 0 144 105 57 525 144 32
Binary 10000110 0 101010 0 1100100 1000101 101111 101010101 1100100 11010

Color Harmonies of #86002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86002A

Black with #86002A

Text Example


Text Example

White with #86002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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