#961E37

Color #961E37 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #961E37

Tints of Bright Red #961E37

Color information

#961E37 (or 0x961E37) is unknown color: approx Bright Red. HEX triplet: 96, 1E and 37. RGB value is (150,30,55). Sum of RGB (Red+Green+Blue) = 150+30+55=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #961E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961E37 is #69E1C8. Grayscale: #444444. Windows color (decimal): -6939081 or 3612310. OLE color: 3612310.

HSL color Cylindrical-coordinate representation of color #961E37: hue angle of 347.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #961E37 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1503055-
CMYK00.800.630.41
HSL347.5º66.67%35.29%-
HSV(B)347.5º80%58.82%-
XYZ13.737.694.37-
YUV68.73120.26185.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.83%
GREEN value IS 30 (12.11% from 255) = 12.77%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=63.83%
G=12.77%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150305500.800.630.41347.566.6735.29
Hex961E370503F2915c4323
Octal22636670120775153410343
Binary1001011011110110111010100001111111010011010111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961E37; }

 p { color: rgb(150,30,55); }

 H1.HeaderClassName
 {
   color: #961E37;
 }
 .AnyTagClassName
 {
   color: #961E37;
 }
</style>
background-color css

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

 a { background-color: rgb(150,30,55); }

 div.DivClassName
 {
   background-color: #961E37;
 }
 .BgClassName
 {
   background-color: #961E37;
 }
</style>
border-color css

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

 span { border-color: rgb(150,30,55); }

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