Html Css Color HEX #850333 Burgundy

📋 copy color: '#850333'

red 133 ◦ green 3 ◦ blue 51

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

Shades of Burgundy #850333

Tints of Burgundy #850333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 71.12%
G = 1.6%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#850333 (or 0x850333) is known color: Burgundy. HEX triplet: 85, 03 and 33. RGB value is (133,3,51). Sum of RGB (Red+Green+Blue) = 133+3+51=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #850333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850333 is #7AFCCC. Grayscale: #2F2F2F. Windows color (decimal): -8060109 or 3343237. OLE color: 3343237.

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

Color convert

RGB 133 3 51 -
CMYK 0 0.98 0.62 0.48
HSL 337.85º 0.96% 0.27% -
HSV(B) 337.85º 0.98% 0.52% -
XYZ 10.3 5.29 3.61 -
YUV 47.34 130.07 189.1 -
System Red Green Blue C M Y K H S L
Decimal 133 3 51 0 0.98 0.62 0.48 337.85 0.96 0.27
Hex 85 3 33 0 62 3E 30 152 60 1B
Octal 205 3 63 0 142 76 60 522 140 33
Binary 10000101 11 110011 0 1100010 111110 110000 101010010 1100000 11011

Color Harmonies of #850333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850333

Black with #850333

Text Example


Text Example

White with #850333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850333; }

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

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

background-color css

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

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

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

border-color css

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

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

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