#961337

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

Shades of Bright Red #961337

Tints of Bright Red #961337

Color information

#961337 (or 0x961337) is unknown color: approx Bright Red. HEX triplet: 96, 13 and 37. RGB value is (150,19,55). Sum of RGB (Red+Green+Blue) = 150+19+55=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #961337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961337 is #69ECC8. Grayscale: #3E3E3E. Windows color (decimal): -6941897 or 3609494. OLE color: 3609494.

HSL color Cylindrical-coordinate representation of color #961337: hue angle of 343.51º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961337 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1501955-
CMYK00.870.630.41
HSL343.51º77.51%33.14%-
HSV(B)343.51º87.33%58.82%-
XYZ13.57.234.3-
YUV62.27123.9190.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.96%
GREEN value IS 19 (7.81% from 255) = 8.48%
BLUE value IS 55 (21.88% from 255) = 24.55%
R=66.96%
G=8.48%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150195500.870.630.41343.5177.5133.14
Hex9613370573F291584e21
Octal22623670127775153011641
Binary1001011010011110111010101111111111010011010110001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961337; }

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

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

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

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

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

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

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

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