Html Css Color HEX #850233 Burgundy

📋 copy color: '#850233'

red 133 ◦ green 2 ◦ blue 51

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

Shades of Burgundy #850233

Tints of Burgundy #850233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.42%

R = 71.51%
G = 1.08%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#850233 (or 0x850233) is known color: Burgundy. HEX triplet: 85, 02 and 33. RGB value is (133,2,51). Sum of RGB (Red+Green+Blue) = 133+2+51=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #850233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850233 is #7AFDCC. Grayscale: #2E2E2E. Windows color (decimal): -8060365 or 3342981. OLE color: 3342981.

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

Color convert

RGB 133 2 51 -
CMYK 0 0.98 0.62 0.48
HSL 337.56º 0.97% 0.26% -
HSV(B) 337.56º 0.98% 0.52% -
XYZ 10.29 5.27 3.61 -
YUV 46.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 133 2 51 0 0.98 0.62 0.48 337.56 0.97 0.26
Hex 85 2 33 0 62 3E 30 152 61 1A
Octal 205 2 63 0 142 76 60 522 141 32
Binary 10000101 10 110011 0 1100010 111110 110000 101010010 1100001 11010

Color Harmonies of #850233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850233

Black with #850233

Text Example


Text Example

White with #850233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850233; }

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

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

background-color css

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

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

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

border-color css

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

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

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