Html Css Color HEX #860033 Burgundy

📋 copy color: '#860033'

red 134 ◦ green 0 ◦ blue 51

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

Shades of Burgundy #860033

Tints of Burgundy #860033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.57%

R = 72.43%
G = 0%
B = 27.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#860033 (or 0x860033) is known color: Burgundy. HEX triplet: 86, 00 and 33. RGB value is (134,0,51). Sum of RGB (Red+Green+Blue) = 134+0+51=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #860033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860033 is #79FFCC. Grayscale: #2D2D2D. Windows color (decimal): -7995341 or 3342470. OLE color: 3342470.

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

Color convert

RGB 134 0 51 -
CMYK 0 1 0.62 0.47
HSL 337.16º 1% 0.26% -
HSV(B) 337.16º 1% 0.53% -
XYZ 10.43 5.31 3.61 -
YUV 45.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 134 0 51 0 1 0.62 0.47 337.16 1 0.26
Hex 86 0 33 0 64 3E 2F 151 64 1A
Octal 206 0 63 0 144 76 57 521 144 32
Binary 10000110 0 110011 0 1100100 111110 101111 101010001 1100100 11010

Color Harmonies of #860033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860033

Black with #860033

Text Example


Text Example

White with #860033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860033; }

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

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

background-color css

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

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

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

border-color css

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

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

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