Html Css Color HEX #960131 Burgundy

📋 copy color: '#960131'

red 150 ◦ green 1 ◦ blue 49

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

Shades of Burgundy #960131

Tints of Burgundy #960131

RGB

 RED value IS 150 (58.98% from 255) = 75%

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

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

R = 75%
G = 0.5%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#960131 (or 0x960131) is known color: Burgundy. HEX triplet: 96, 01 and 31. RGB value is (150,1,49). Sum of RGB (Red+Green+Blue) = 150+1+49=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #960131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960131 is #69FECE. Grayscale: #323232. Windows color (decimal): -6946511 or 3211670. OLE color: 3211670.

HSL color Cylindrical-coordinate representation of color #960131: hue angle of 340.67º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960131 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 1 49 -
CMYK 0 0.99 0.67 0.41
HSL 340.67º 0.99% 0.3% -
HSV(B) 340.67º 0.99% 0.59% -
XYZ 13.14 6.73 3.51 -
YUV 51.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 150 1 49 0 0.99 0.67 0.41 340.67 0.99 0.3
Hex 96 1 31 0 63 43 29 155 63 1E
Octal 226 1 61 0 143 103 51 525 143 36
Binary 10010110 1 110001 0 1100011 1000011 101001 101010101 1100011 11110

Color Harmonies of #960131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960131

Black with #960131

Text Example


Text Example

White with #960131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960131; }

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

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

background-color css

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

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

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

border-color css

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

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

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