#961F37

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

Shades of Bright Red #961F37

Tints of Bright Red #961F37

Color information

#961F37 (or 0x961F37) is unknown color: approx Bright Red. HEX triplet: 96, 1F and 37. RGB value is (150,31,55). Sum of RGB (Red+Green+Blue) = 150+31+55=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #961F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961F37 is #69E0C8. Grayscale: #454545. Windows color (decimal): -6938825 or 3612566. OLE color: 3612566.

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

Color convert

RGB1503155-
CMYK00.790.630.41
HSL347.9º65.75%35.49%-
HSV(B)347.9º79.33%58.82%-
XYZ13.767.744.38-
YUV69.32119.92185.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.56%
GREEN value IS 31 (12.5% from 255) = 13.14%
BLUE value IS 55 (21.88% from 255) = 23.31%
R=63.56%
G=13.14%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150315500.790.630.41347.965.7535.49
Hex961F3704F3F2915c4223
Octal22637670117775153410243
Binary1001011011111110111010011111111111010011010111001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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