#961032

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

Shades of Bright Red #961032

Tints of Bright Red #961032

Color information

#961032 (or 0x961032) is unknown color: approx Bright Red. HEX triplet: 96, 10 and 32. RGB value is (150,16,50). Sum of RGB (Red+Green+Blue) = 150+16+50=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #961032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961032 is #69EFCD. Grayscale: #3B3B3B. Windows color (decimal): -6942670 or 3281046. OLE color: 3281046.

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

Color convert

RGB1501650-
CMYK00.890.670.41
HSL344.78º80.72%32.55%-
HSV(B)344.78º89.33%58.82%-
XYZ13.347.083.68-
YUV59.94122.39192.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.44%
GREEN value IS 16 (6.64% from 255) = 7.41%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=69.44%
G=7.41%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150165000.890.670.41344.7880.7232.55
Hex96103205943291595121
Octal226206201311035153112141
Binary10010110100001100100101100110000111010011010110011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961032; }

 p { color: rgb(150,16,50); }

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

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

 a { background-color: rgb(150,16,50); }

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

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

 span { border-color: rgb(150,16,50); }

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