#961333

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

Shades of Bright Red #961333

Tints of Bright Red #961333

Color information

#961333 (or 0x961333) is unknown color: approx Bright Red. HEX triplet: 96, 13 and 33. RGB value is (150,19,51). Sum of RGB (Red+Green+Blue) = 150+19+51=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #961333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961333 is #69ECCC. Grayscale: #3D3D3D. Windows color (decimal): -6941901 or 3347350. OLE color: 3347350.

HSL color Cylindrical-coordinate representation of color #961333: hue angle of 345.34º 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 #961333 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1501951-
CMYK00.870.660.41
HSL345.34º77.51%33.14%-
HSV(B)345.34º87.33%58.82%-
XYZ13.417.193.81-
YUV61.82121.9190.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.18%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 51 (20.31% from 255) = 23.18%
R=68.18%
G=8.64%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150195100.870.660.41345.3477.5133.14
Hex96133305742291594e21
Octal226236301271025153111641
Binary10010110100111100110101011110000101010011010110011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961333; }

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

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

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

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

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

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

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

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