Html Css Color HEX #851033 Burgundy

📋 copy color: '#851033'

red 133 ◦ green 16 ◦ blue 51

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

Shades of Burgundy #851033

Tints of Burgundy #851033

RGB

 RED value IS 133 (52.34% from 255) = 66.5%

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

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

R = 66.5%
G = 8%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#851033 (or 0x851033) is known color: Burgundy. HEX triplet: 85, 10 and 33. RGB value is (133,16,51). Sum of RGB (Red+Green+Blue) = 133+16+51=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #851033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851033 is #7AEFCC. Grayscale: #363636. Windows color (decimal): -8056781 or 3346565. OLE color: 3346565.

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

Color convert

RGB 133 16 51 -
CMYK 0 0.88 0.62 0.48
HSL 342.05º 0.79% 0.29% -
HSV(B) 342.05º 0.88% 0.52% -
XYZ 10.46 5.6 3.66 -
YUV 54.97 125.76 183.65 -
System Red Green Blue C M Y K H S L
Decimal 133 16 51 0 0.88 0.62 0.48 342.05 0.79 0.29
Hex 85 10 33 0 58 3E 30 156 4F 1D
Octal 205 20 63 0 130 76 60 526 117 35
Binary 10000101 10000 110011 0 1011000 111110 110000 101010110 1001111 11101

Color Harmonies of #851033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851033

Black with #851033

Text Example


Text Example

White with #851033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851033; }

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

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

background-color css

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

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

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

border-color css

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

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

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