Html Css Color HEX #850223 Burgundy

📋 copy color: '#850223'

red 133 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #850223

Tints of Burgundy #850223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.59%

R = 78.24%
G = 1.18%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#850223 (or 0x850223) is known color: Burgundy. HEX triplet: 85, 02 and 23. RGB value is (133,2,35). Sum of RGB (Red+Green+Blue) = 133+2+35=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #850223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850223 is #7AFDDC. Grayscale: #2C2C2C. Windows color (decimal): -8060381 or 2294405. OLE color: 2294405.

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

Color convert

RGB 133 2 35 -
CMYK 0 0.98 0.74 0.48
HSL 344.89º 0.97% 0.26% -
HSV(B) 344.89º 0.98% 0.52% -
XYZ 10 5.15 2.06 -
YUV 44.93 122.4 190.82 -
System Red Green Blue C M Y K H S L
Decimal 133 2 35 0 0.98 0.74 0.48 344.89 0.97 0.26
Hex 85 2 23 0 62 4A 30 159 61 1A
Octal 205 2 43 0 142 112 60 531 141 32
Binary 10000101 10 100011 0 1100010 1001010 110000 101011001 1100001 11010

Color Harmonies of #850223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850223

Black with #850223

Text Example


Text Example

White with #850223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850223; }

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

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

background-color css

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

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

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

border-color css

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

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

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