Html Css Color HEX #950131 Burgundy

📋 copy color: '#950131'

red 149 ◦ green 1 ◦ blue 49

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

Shades of Burgundy #950131

Tints of Burgundy #950131

RGB

 RED value IS 149 (58.59% from 255) = 74.87%

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

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

R = 74.87%
G = 0.5%
B = 24.62%

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

#950131 (or 0x950131) is known color: Burgundy. HEX triplet: 95, 01 and 31. RGB value is (149,1,49). Sum of RGB (Red+Green+Blue) = 149+1+49=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #950131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950131 is #6AFECE. Grayscale: #323232. Windows color (decimal): -7012047 or 3211669. OLE color: 3211669.

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

Color convert

RGB 149 1 49 -
CMYK 0 0.99 0.67 0.42
HSL 340.54º 0.99% 0.29% -
HSV(B) 340.54º 0.99% 0.58% -
XYZ 12.96 6.63 3.5 -
YUV 50.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 149 1 49 0 0.99 0.67 0.42 340.54 0.99 0.29
Hex 95 1 31 0 63 43 2A 155 63 1D
Octal 225 1 61 0 143 103 52 525 143 35
Binary 10010101 1 110001 0 1100011 1000011 101010 101010101 1100011 11101

Color Harmonies of #950131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950131

Black with #950131

Text Example


Text Example

White with #950131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950131; }

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

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

background-color css

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

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

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

border-color css

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

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

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