Html Css Color HEX #940237 Burgundy

📋 copy color: '#940237'

red 148 ◦ green 2 ◦ blue 55

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

Shades of Burgundy #940237

Tints of Burgundy #940237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 72.2%
G = 0.98%
B = 26.83%

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

#940237 (or 0x940237) is known color: Burgundy. HEX triplet: 94, 02 and 37. RGB value is (148,2,55). Sum of RGB (Red+Green+Blue) = 148+2+55=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #940237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940237 is #6BFDC8. Grayscale: #333333. Windows color (decimal): -7077321 or 3605140. OLE color: 3605140.

HSL color Cylindrical-coordinate representation of color #940237: hue angle of 338.22º degrees, saturation: 0.97, 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 #940237 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 2 55 -
CMYK 0 0.99 0.63 0.42
HSL 338.22º 0.97% 0.29% -
HSV(B) 338.22º 0.99% 0.58% -
XYZ 12.92 6.62 4.21 -
YUV 51.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 148 2 55 0 0.99 0.63 0.42 338.22 0.97 0.29
Hex 94 2 37 0 63 3F 2A 152 61 1D
Octal 224 2 67 0 143 77 52 522 141 35
Binary 10010100 10 110111 0 1100011 111111 101010 101010010 1100001 11101

Color Harmonies of #940237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940237

Black with #940237

Text Example


Text Example

White with #940237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940237; }

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

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

background-color css

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

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

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

border-color css

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

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

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