Html Css Color HEX #861033 Burgundy

📋 copy color: '#861033'

red 134 ◦ green 16 ◦ blue 51

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

Shades of Burgundy #861033

Tints of Burgundy #861033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

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

R = 66.67%
G = 7.96%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#861033 (or 0x861033) is known color: Burgundy. HEX triplet: 86, 10 and 33. RGB value is (134,16,51). Sum of RGB (Red+Green+Blue) = 134+16+51=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #861033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861033 is #79EFCC. Grayscale: #373737. Windows color (decimal): -7991245 or 3346566. OLE color: 3346566.

HSL color Cylindrical-coordinate representation of color #861033: hue angle of 342.2º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861033 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 16 51 -
CMYK 0 0.88 0.62 0.47
HSL 342.2º 0.79% 0.29% -
HSV(B) 342.2º 0.88% 0.53% -
XYZ 10.61 5.68 3.67 -
YUV 55.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 134 16 51 0 0.88 0.62 0.47 342.2 0.79 0.29
Hex 86 10 33 0 58 3E 2F 156 4F 1D
Octal 206 20 63 0 130 76 57 526 117 35
Binary 10000110 10000 110011 0 1011000 111110 101111 101010110 1001111 11101

Color Harmonies of #861033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861033

Black with #861033

Text Example


Text Example

White with #861033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861033; }

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

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

background-color css

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

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

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

border-color css

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

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

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