Html Css Color HEX #860433 Burgundy

📋 copy color: '#860433'

red 134 ◦ green 4 ◦ blue 51

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

Shades of Burgundy #860433

Tints of Burgundy #860433

RGB

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

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

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

R = 70.9%
G = 2.12%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#860433 (or 0x860433) is known color: Burgundy. HEX triplet: 86, 04 and 33. RGB value is (134,4,51). Sum of RGB (Red+Green+Blue) = 134+4+51=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #860433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860433 is #79FBCC. Grayscale: #303030. Windows color (decimal): -7994317 or 3343494. OLE color: 3343494.

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

Color convert

RGB 134 4 51 -
CMYK 0 0.97 0.62 0.47
HSL 338.31º 0.94% 0.27% -
HSV(B) 338.31º 0.97% 0.53% -
XYZ 10.47 5.39 3.62 -
YUV 48.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 134 4 51 0 0.97 0.62 0.47 338.31 0.94 0.27
Hex 86 4 33 0 61 3E 2F 152 5E 1B
Octal 206 4 63 0 141 76 57 522 136 33
Binary 10000110 100 110011 0 1100001 111110 101111 101010010 1011110 11011

Color Harmonies of #860433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860433

Black with #860433

Text Example


Text Example

White with #860433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860433; }

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

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

background-color css

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

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

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

border-color css

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

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

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