Html Css Color HEX #940137 Burgundy

📋 copy color: '#940137'

red 148 ◦ green 1 ◦ blue 55

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

Shades of Burgundy #940137

Tints of Burgundy #940137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 72.55%
G = 0.49%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#940137 (or 0x940137) is known color: Burgundy. HEX triplet: 94, 01 and 37. RGB value is (148,1,55). Sum of RGB (Red+Green+Blue) = 148+1+55=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #940137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940137 is #6BFEC8. Grayscale: #333333. Windows color (decimal): -7077577 or 3604884. OLE color: 3604884.

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

Color convert

RGB 148 1 55 -
CMYK 0 0.99 0.63 0.42
HSL 337.96º 0.99% 0.29% -
HSV(B) 337.96º 0.99% 0.58% -
XYZ 12.91 6.59 4.21 -
YUV 51.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 148 1 55 0 0.99 0.63 0.42 337.96 0.99 0.29
Hex 94 1 37 0 63 3F 2A 152 63 1D
Octal 224 1 67 0 143 77 52 522 143 35
Binary 10010100 1 110111 0 1100011 111111 101010 101010010 1100011 11101

Color Harmonies of #940137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940137

Black with #940137

Text Example


Text Example

White with #940137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940137; }

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

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

background-color css

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

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

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

border-color css

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

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

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