Html Css Color HEX #940936 Burgundy

📋 copy color: '#940936'

red 148 ◦ green 9 ◦ blue 54

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

Shades of Burgundy #940936

Tints of Burgundy #940936

RGB

 RED value IS 148 (58.2% from 255) = 70.14%

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

 BLUE value IS 54 (21.48% from 255) = 25.59%

R = 70.14%
G = 4.27%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#940936 (or 0x940936) is known color: Burgundy. HEX triplet: 94, 09 and 36. RGB value is (148,9,54). Sum of RGB (Red+Green+Blue) = 148+9+54=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #940936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940936 is #6BF6C9. Grayscale: #373737. Windows color (decimal): -7075530 or 3541396. OLE color: 3541396.

HSL color Cylindrical-coordinate representation of color #940936: hue angle of 340.58º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940936 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 54 -
CMYK 0 0.94 0.64 0.42
HSL 340.58º 0.89% 0.31% -
HSV(B) 340.58º 0.94% 0.58% -
XYZ 12.98 6.76 4.11 -
YUV 55.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 148 9 54 0 0.94 0.64 0.42 340.58 0.89 0.31
Hex 94 9 36 0 5E 40 2A 155 59 1F
Octal 224 11 66 0 136 100 52 525 131 37
Binary 10010100 1001 110110 0 1011110 1000000 101010 101010101 1011001 11111

Color Harmonies of #940936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940936

Black with #940936

Text Example


Text Example

White with #940936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940936; }

 p { color: rgb(148,9,54); }

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

background-color css

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

 a { background-color: rgb(148,9,54); }

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

border-color css

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

 span { border-color: rgb(148,9,54); }

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