#961624

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

Shades of Bright Red #961624

Tints of Bright Red #961624

Color information

#961624 (or 0x961624) is unknown color: approx Bright Red. HEX triplet: 96, 16 and 24. RGB value is (150,22,36). Sum of RGB (Red+Green+Blue) = 150+22+36=208 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.12% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 150 - color contains mainly: red. Hex color #961624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961624 is #69E9DB. Grayscale: #3D3D3D. Windows color (decimal): -6941148 or 2365078. OLE color: 2365078.

HSL color Cylindrical-coordinate representation of color #961624: hue angle of 353.44º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961624 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB1502236-
CMYK00.850.760.41
HSL353.44º74.42%33.73%-
HSV(B)353.44º85.33%58.82%-
XYZ13.187.192.36-
YUV61.87113.41190.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.12%
GREEN value IS 22 (8.98% from 255) = 10.58%
BLUE value IS 36 (14.45% from 255) = 17.31%
R=72.12%
G=10.58%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150223600.850.760.41353.4474.4233.73
Hex9616240554C291614a22
Octal226264401251145154111242
Binary10010110101101001000101010110011001010011011000011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961624; }

 p { color: rgb(150,22,36); }

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

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

 a { background-color: rgb(150,22,36); }

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

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

 span { border-color: rgb(150,22,36); }

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