Html Css Color HEX #940131 Burgundy

📋 copy color: '#940131'

red 148 ◦ green 1 ◦ blue 49

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

Shades of Burgundy #940131

Tints of Burgundy #940131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.75%

R = 74.75%
G = 0.51%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#940131 (or 0x940131) is known color: Burgundy. HEX triplet: 94, 01 and 31. RGB value is (148,1,49). Sum of RGB (Red+Green+Blue) = 148+1+49=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #940131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940131 is #6BFECE. Grayscale: #323232. Windows color (decimal): -7077583 or 3211668. OLE color: 3211668.

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

Color convert

RGB 148 1 49 -
CMYK 0 0.99 0.67 0.42
HSL 340.41º 0.99% 0.29% -
HSV(B) 340.41º 0.99% 0.58% -
XYZ 12.78 6.54 3.49 -
YUV 50.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 148 1 49 0 0.99 0.67 0.42 340.41 0.99 0.29
Hex 94 1 31 0 63 43 2A 154 63 1D
Octal 224 1 61 0 143 103 52 524 143 35
Binary 10010100 1 110001 0 1100011 1000011 101010 101010100 1100011 11101

Color Harmonies of #940131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940131

Black with #940131

Text Example


Text Example

White with #940131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940131; }

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

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

background-color css

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

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

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

border-color css

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

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

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