Html Css Color HEX #850339 Burgundy

📋 copy color: '#850339'

red 133 ◦ green 3 ◦ blue 57

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

Shades of Burgundy #850339

Tints of Burgundy #850339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 29.53%

R = 68.91%
G = 1.55%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#850339 (or 0x850339) is known color: Burgundy. HEX triplet: 85, 03 and 39. RGB value is (133,3,57). Sum of RGB (Red+Green+Blue) = 133+3+57=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #850339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850339 is #7AFCC6. Grayscale: #2F2F2F. Windows color (decimal): -8060103 or 3736453. OLE color: 3736453.

HSL color Cylindrical-coordinate representation of color #850339: hue angle of 335.08º 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 #850339 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 3 57 -
CMYK 0 0.98 0.57 0.48
HSL 335.08º 0.96% 0.27% -
HSV(B) 335.08º 0.98% 0.52% -
XYZ 10.44 5.35 4.35 -
YUV 48.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 133 3 57 0 0.98 0.57 0.48 335.08 0.96 0.27
Hex 85 3 39 0 62 39 30 14F 60 1B
Octal 205 3 71 0 142 71 60 517 140 33
Binary 10000101 11 111001 0 1100010 111001 110000 101001111 1100000 11011

Color Harmonies of #850339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850339

Black with #850339

Text Example


Text Example

White with #850339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850339; }

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

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

background-color css

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

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

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

border-color css

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

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

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