#961628

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

Shades of Bright Red #961628

Tints of Bright Red #961628

Color information

#961628 (or 0x961628) is unknown color: approx Bright Red. HEX triplet: 96, 16 and 28. RGB value is (150,22,40). Sum of RGB (Red+Green+Blue) = 150+22+40=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #961628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961628 is #69E9D7. Grayscale: #3E3E3E. Windows color (decimal): -6941144 or 2627222. OLE color: 2627222.

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

Color convert

RGB1502240-
CMYK00.850.730.41
HSL351.56º74.42%33.73%-
HSV(B)351.56º85.33%58.82%-
XYZ13.257.212.7-
YUV62.32115.41190.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.75%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=70.75%
G=10.38%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150224000.850.730.41351.5674.4233.73
Hex96162805549291604a22
Octal226265001251115154011242
Binary10010110101101010000101010110010011010011011000001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961628; }

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

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

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

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

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

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

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

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