Html Css Color HEX #850921 Burgundy

📋 copy color: '#850921'

red 133 ◦ green 9 ◦ blue 33

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

Shades of Burgundy #850921

Tints of Burgundy #850921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.14%

 BLUE value IS 33 (13.28% from 255) = 18.86%

R = 76%
G = 5.14%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#850921 (or 0x850921) is known color: Burgundy. HEX triplet: 85, 09 and 21. RGB value is (133,9,33). Sum of RGB (Red+Green+Blue) = 133+9+33=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #850921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850921 is #7AF6DE. Grayscale: #303030. Windows color (decimal): -8058591 or 2165125. OLE color: 2165125.

HSL color Cylindrical-coordinate representation of color #850921: hue angle of 348.39º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850921 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 9 33 -
CMYK 0 0.93 0.75 0.48
HSL 348.39º 0.87% 0.28% -
HSV(B) 348.39º 0.93% 0.52% -
XYZ 10.05 5.29 1.93 -
YUV 48.81 119.08 188.05 -
System Red Green Blue C M Y K H S L
Decimal 133 9 33 0 0.93 0.75 0.48 348.39 0.87 0.28
Hex 85 9 21 0 5D 4B 30 15C 57 1C
Octal 205 11 41 0 135 113 60 534 127 34
Binary 10000101 1001 100001 0 1011101 1001011 110000 101011100 1010111 11100

Color Harmonies of #850921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850921

Black with #850921

Text Example


Text Example

White with #850921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850921; }

 p { color: rgb(133,9,33); }

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

background-color css

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

 a { background-color: rgb(133,9,33); }

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

border-color css

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

 span { border-color: rgb(133,9,33); }

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