Html Css Color HEX #850231 Burgundy

📋 copy color: '#850231'

red 133 ◦ green 2 ◦ blue 49

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

Shades of Burgundy #850231

Tints of Burgundy #850231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.63%

R = 72.28%
G = 1.09%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#850231 (or 0x850231) is known color: Burgundy. HEX triplet: 85, 02 and 31. RGB value is (133,2,49). Sum of RGB (Red+Green+Blue) = 133+2+49=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #850231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850231 is #7AFDCE. Grayscale: #2E2E2E. Windows color (decimal): -8060367 or 3211909. OLE color: 3211909.

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

Color convert

RGB 133 2 49 -
CMYK 0 0.98 0.63 0.48
HSL 338.47º 0.97% 0.26% -
HSV(B) 338.47º 0.98% 0.52% -
XYZ 10.25 5.25 3.38 -
YUV 46.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 133 2 49 0 0.98 0.63 0.48 338.47 0.97 0.26
Hex 85 2 31 0 62 3F 30 152 61 1A
Octal 205 2 61 0 142 77 60 522 141 32
Binary 10000101 10 110001 0 1100010 111111 110000 101010010 1100001 11010

Color Harmonies of #850231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850231

Black with #850231

Text Example


Text Example

White with #850231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850231; }

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

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

background-color css

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

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

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

border-color css

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

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

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