Html Css Color HEX #850938 Burgundy

📋 copy color: '#850938'

red 133 ◦ green 9 ◦ blue 56

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

Shades of Burgundy #850938

Tints of Burgundy #850938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.28%

R = 67.17%
G = 4.55%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#850938 (or 0x850938) is known color: Burgundy. HEX triplet: 85, 09 and 38. RGB value is (133,9,56). Sum of RGB (Red+Green+Blue) = 133+9+56=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #850938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850938 is #7AF6C7. Grayscale: #333333. Windows color (decimal): -8058568 or 3672453. OLE color: 3672453.

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

Color convert

RGB 133 9 56 -
CMYK 0 0.93 0.58 0.48
HSL 337.26º 0.87% 0.28% -
HSV(B) 337.26º 0.93% 0.52% -
XYZ 10.48 5.47 4.24 -
YUV 51.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 133 9 56 0 0.93 0.58 0.48 337.26 0.87 0.28
Hex 85 9 38 0 5D 3A 30 151 57 1C
Octal 205 11 70 0 135 72 60 521 127 34
Binary 10000101 1001 111000 0 1011101 111010 110000 101010001 1010111 11100

Color Harmonies of #850938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850938

Black with #850938

Text Example


Text Example

White with #850938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850938; }

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

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

background-color css

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

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

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

border-color css

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

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

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