Html Css Color HEX #940737 Burgundy

📋 copy color: '#940737'

red 148 ◦ green 7 ◦ blue 55

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

Shades of Burgundy #940737

Tints of Burgundy #940737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

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

R = 70.48%
G = 3.33%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#940737 (or 0x940737) is known color: Burgundy. HEX triplet: 94, 07 and 37. RGB value is (148,7,55). Sum of RGB (Red+Green+Blue) = 148+7+55=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #940737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940737 is #6BF8C8. Grayscale: #363636. Windows color (decimal): -7076041 or 3606420. OLE color: 3606420.

HSL color Cylindrical-coordinate representation of color #940737: hue angle of 339.57º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940737 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 7 55 -
CMYK 0 0.95 0.63 0.42
HSL 339.57º 0.91% 0.3% -
HSV(B) 339.57º 0.95% 0.58% -
XYZ 12.98 6.72 4.23 -
YUV 54.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 148 7 55 0 0.95 0.63 0.42 339.57 0.91 0.3
Hex 94 7 37 0 5F 3F 2A 154 5B 1E
Octal 224 7 67 0 137 77 52 524 133 36
Binary 10010100 111 110111 0 1011111 111111 101010 101010100 1011011 11110

Color Harmonies of #940737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940737

Black with #940737

Text Example


Text Example

White with #940737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940737; }

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

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

background-color css

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

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

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

border-color css

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

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

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