Html Css Color HEX #850323 Burgundy

📋 copy color: '#850323'

red 133 ◦ green 3 ◦ blue 35

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

Shades of Burgundy #850323

Tints of Burgundy #850323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

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

R = 77.78%
G = 1.75%
B = 20.47%

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

#850323 (or 0x850323) is known color: Burgundy. HEX triplet: 85, 03 and 23. RGB value is (133,3,35). Sum of RGB (Red+Green+Blue) = 133+3+35=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #850323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850323 is #7AFCDC. Grayscale: #2D2D2D. Windows color (decimal): -8060125 or 2294661. OLE color: 2294661.

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

Color convert

RGB 133 3 35 -
CMYK 0 0.98 0.74 0.48
HSL 345.23º 0.96% 0.27% -
HSV(B) 345.23º 0.98% 0.52% -
XYZ 10.01 5.17 2.06 -
YUV 45.52 122.07 190.4 -
System Red Green Blue C M Y K H S L
Decimal 133 3 35 0 0.98 0.74 0.48 345.23 0.96 0.27
Hex 85 3 23 0 62 4A 30 159 60 1B
Octal 205 3 43 0 142 112 60 531 140 33
Binary 10000101 11 100011 0 1100010 1001010 110000 101011001 1100000 11011

Color Harmonies of #850323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850323

Black with #850323

Text Example


Text Example

White with #850323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850323; }

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

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

background-color css

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

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

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

border-color css

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

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

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