#962133

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

Shades of Bright Red #962133

Tints of Bright Red #962133

Color information

#962133 (or 0x962133) is unknown color: approx Bright Red. HEX triplet: 96, 21 and 33. RGB value is (150,33,51). Sum of RGB (Red+Green+Blue) = 150+33+51=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #962133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962133 is #69DECC. Grayscale: #464646. Windows color (decimal): -6938317 or 3350934. OLE color: 3350934.

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

Color convert

RGB1503351-
CMYK00.780.660.41
HSL350.77º63.93%35.88%-
HSV(B)350.77º78%58.82%-
XYZ13.727.813.92-
YUV70.04117.26185.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.10%
GREEN value IS 33 (13.28% from 255) = 14.10%
BLUE value IS 51 (20.31% from 255) = 21.79%
R=64.10%
G=14.10%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150335100.780.660.41350.7763.9335.88
Hex96213304E422915f4024
Octal226416301161025153710044
Binary100101101000011100110100111010000101010011010111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962133; }

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

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

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

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

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

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

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

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