Html Css Color HEX #940B37 Burgundy

📋 copy color: '#940B37'

red 148 ◦ green 11 ◦ blue 55

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

Shades of Burgundy #940B37

Tints of Burgundy #940B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.14%

 BLUE value IS 55 (21.88% from 255) = 25.7%

R = 69.16%
G = 5.14%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#940B37 (or 0x940B37) is known color: Burgundy. HEX triplet: 94, 0B and 37. RGB value is (148,11,55). Sum of RGB (Red+Green+Blue) = 148+11+55=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #940B37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940B37 is #6BF4C8. Grayscale: #383838. Windows color (decimal): -7075017 or 3607444. OLE color: 3607444.

HSL color Cylindrical-coordinate representation of color #940B37: hue angle of 340.73º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940B37 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 11 55 -
CMYK 0 0.93 0.63 0.42
HSL 340.73º 0.86% 0.31% -
HSV(B) 340.73º 0.93% 0.58% -
XYZ 13.02 6.81 4.24 -
YUV 56.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 148 11 55 0 0.93 0.63 0.42 340.73 0.86 0.31
Hex 94 B 37 0 5D 3F 2A 155 56 1F
Octal 224 13 67 0 135 77 52 525 126 37
Binary 10010100 1011 110111 0 1011101 111111 101010 101010101 1010110 11111

Color Harmonies of #940B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B37

Black with #940B37

Text Example


Text Example

White with #940B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940B37; }

 p { color: rgb(148,11,55); }

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

background-color css

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

 a { background-color: rgb(148,11,55); }

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

border-color css

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

 span { border-color: rgb(148,11,55); }

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