Html Css Color HEX #850620 Burgundy

📋 copy color: '#850620'

red 133 ◦ green 6 ◦ blue 32

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

Shades of Burgundy #850620

Tints of Burgundy #850620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 77.78%
G = 3.51%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#850620 (or 0x850620) is known color: Burgundy. HEX triplet: 85, 06 and 20. RGB value is (133,6,32). Sum of RGB (Red+Green+Blue) = 133+6+32=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #850620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850620 is #7AF9DF. Grayscale: #2E2E2E. Windows color (decimal): -8059360 or 2098821. OLE color: 2098821.

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

Color convert

RGB 133 6 32 -
CMYK 0 0.95 0.76 0.48
HSL 347.72º 0.91% 0.27% -
HSV(B) 347.72º 0.95% 0.52% -
XYZ 10 5.22 1.85 -
YUV 46.94 119.58 189.39 -
System Red Green Blue C M Y K H S L
Decimal 133 6 32 0 0.95 0.76 0.48 347.72 0.91 0.27
Hex 85 6 20 0 5F 4C 30 15C 5B 1B
Octal 205 6 40 0 137 114 60 534 133 33
Binary 10000101 110 100000 0 1011111 1001100 110000 101011100 1011011 11011

Color Harmonies of #850620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850620

Black with #850620

Text Example


Text Example

White with #850620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850620; }

 p { color: rgb(133,6,32); }

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

background-color css

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

 a { background-color: rgb(133,6,32); }

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

border-color css

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

 span { border-color: rgb(133,6,32); }

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