Html Css Color HEX #850529 Burgundy

📋 copy color: '#850529'

red 133 ◦ green 5 ◦ blue 41

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

Shades of Burgundy #850529

Tints of Burgundy #850529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.79%

 BLUE value IS 41 (16.41% from 255) = 22.91%

R = 74.3%
G = 2.79%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#850529 (or 0x850529) is known color: Burgundy. HEX triplet: 85, 05 and 29. RGB value is (133,5,41). Sum of RGB (Red+Green+Blue) = 133+5+41=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #850529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850529 is #7AFAD6. Grayscale: #2F2F2F. Windows color (decimal): -8059607 or 2688389. OLE color: 2688389.

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

Color convert

RGB 133 5 41 -
CMYK 0 0.96 0.69 0.48
HSL 343.13º 0.93% 0.27% -
HSV(B) 343.13º 0.96% 0.52% -
XYZ 10.13 5.26 2.58 -
YUV 47.38 124.41 189.07 -
System Red Green Blue C M Y K H S L
Decimal 133 5 41 0 0.96 0.69 0.48 343.13 0.93 0.27
Hex 85 5 29 0 60 45 30 157 5D 1B
Octal 205 5 51 0 140 105 60 527 135 33
Binary 10000101 101 101001 0 1100000 1000101 110000 101010111 1011101 11011

Color Harmonies of #850529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850529

Black with #850529

Text Example


Text Example

White with #850529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850529; }

 p { color: rgb(133,5,41); }

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

background-color css

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

 a { background-color: rgb(133,5,41); }

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

border-color css

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

 span { border-color: rgb(133,5,41); }

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