Html Css Color HEX #940031 Burgundy

📋 copy color: '#940031'

red 148 ◦ green 0 ◦ blue 49

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

Shades of Burgundy #940031

Tints of Burgundy #940031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.13%
G = 0%
B = 24.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#940031 (or 0x940031) is known color: Burgundy. HEX triplet: 94, 00 and 31. RGB value is (148,0,49). Sum of RGB (Red+Green+Blue) = 148+0+49=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #940031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940031 is #6BFFCE. Grayscale: #313131. Windows color (decimal): -7077839 or 3211412. OLE color: 3211412.

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

Color convert

RGB 148 0 49 -
CMYK 0 1 0.67 0.42
HSL 340.14º 1% 0.29% -
HSV(B) 340.14º 1% 0.58% -
XYZ 12.77 6.52 3.49 -
YUV 49.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 148 0 49 0 1 0.67 0.42 340.14 1 0.29
Hex 94 0 31 0 64 43 2A 154 64 1D
Octal 224 0 61 0 144 103 52 524 144 35
Binary 10010100 0 110001 0 1100100 1000011 101010 101010100 1100100 11101

Color Harmonies of #940031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940031

Black with #940031

Text Example


Text Example

White with #940031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940031; }

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

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

background-color css

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

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

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

border-color css

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

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

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