Html Css Color HEX #940139 Burgundy

📋 copy color: '#940139'

red 148 ◦ green 1 ◦ blue 57

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

Shades of Burgundy #940139

Tints of Burgundy #940139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.67%

R = 71.84%
G = 0.49%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#940139 (or 0x940139) is known color: Burgundy. HEX triplet: 94, 01 and 39. RGB value is (148,1,57). Sum of RGB (Red+Green+Blue) = 148+1+57=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #940139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940139 is #6BFEC6. Grayscale: #333333. Windows color (decimal): -7077575 or 3735956. OLE color: 3735956.

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

Color convert

RGB 148 1 57 -
CMYK 0 0.99 0.61 0.42
HSL 337.14º 0.99% 0.29% -
HSV(B) 337.14º 0.99% 0.58% -
XYZ 12.96 6.61 4.46 -
YUV 51.34 131.2 196.95 -
System Red Green Blue C M Y K H S L
Decimal 148 1 57 0 0.99 0.61 0.42 337.14 0.99 0.29
Hex 94 1 39 0 63 3D 2A 151 63 1D
Octal 224 1 71 0 143 75 52 521 143 35
Binary 10010100 1 111001 0 1100011 111101 101010 101010001 1100011 11101

Color Harmonies of #940139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940139

Black with #940139

Text Example


Text Example

White with #940139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940139; }

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

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

background-color css

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

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

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

border-color css

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

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

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