Html Css Color HEX #850439 Burgundy

📋 copy color: '#850439'

red 133 ◦ green 4 ◦ blue 57

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

Shades of Burgundy #850439

Tints of Burgundy #850439

RGB

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

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

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

R = 68.56%
G = 2.06%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#850439 (or 0x850439) is known color: Burgundy. HEX triplet: 85, 04 and 39. RGB value is (133,4,57). Sum of RGB (Red+Green+Blue) = 133+4+57=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #850439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850439 is #7AFBC6. Grayscale: #303030. Windows color (decimal): -8059847 or 3736709. OLE color: 3736709.

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

Color convert

RGB 133 4 57 -
CMYK 0 0.97 0.57 0.48
HSL 335.35º 0.94% 0.27% -
HSV(B) 335.35º 0.97% 0.52% -
XYZ 10.45 5.37 4.36 -
YUV 48.61 132.74 188.19 -
System Red Green Blue C M Y K H S L
Decimal 133 4 57 0 0.97 0.57 0.48 335.35 0.94 0.27
Hex 85 4 39 0 61 39 30 14F 5E 1B
Octal 205 4 71 0 141 71 60 517 136 33
Binary 10000101 100 111001 0 1100001 111001 110000 101001111 1011110 11011

Color Harmonies of #850439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850439

Black with #850439

Text Example


Text Example

White with #850439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850439; }

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

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

background-color css

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

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

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

border-color css

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

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

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