Html Css Color HEX #850229 Burgundy

📋 copy color: '#850229'

red 133 ◦ green 2 ◦ blue 41

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

Shades of Burgundy #850229

Tints of Burgundy #850229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 75.57%
G = 1.14%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#850229 (or 0x850229) is known color: Burgundy. HEX triplet: 85, 02 and 29. RGB value is (133,2,41). Sum of RGB (Red+Green+Blue) = 133+2+41=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #850229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850229 is #7AFDD6. Grayscale: #2D2D2D. Windows color (decimal): -8060375 or 2687621. OLE color: 2687621.

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

Color convert

RGB 133 2 41 -
CMYK 0 0.98 0.69 0.48
HSL 342.14º 0.97% 0.26% -
HSV(B) 342.14º 0.98% 0.52% -
XYZ 10.09 5.19 2.57 -
YUV 45.62 125.4 190.33 -
System Red Green Blue C M Y K H S L
Decimal 133 2 41 0 0.98 0.69 0.48 342.14 0.97 0.26
Hex 85 2 29 0 62 45 30 156 61 1A
Octal 205 2 51 0 142 105 60 526 141 32
Binary 10000101 10 101001 0 1100010 1000101 110000 101010110 1100001 11010

Color Harmonies of #850229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850229

Black with #850229

Text Example


Text Example

White with #850229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850229; }

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

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

background-color css

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

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

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

border-color css

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

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

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