#961820

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

Shades of Bright Red #961820

Tints of Bright Red #961820

Color information

#961820 (or 0x961820) is unknown color: approx Bright Red. HEX triplet: 96, 18 and 20. RGB value is (150,24,32). Sum of RGB (Red+Green+Blue) = 150+24+32=206 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.82% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 150 - color contains mainly: red. Hex color #961820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961820 is #69E7DF. Grayscale: #3E3E3E. Windows color (decimal): -6940640 or 2103446. OLE color: 2103446.

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

Color convert

RGB1502432-
CMYK00.840.790.41
HSL356.19º72.41%34.12%-
HSV(B)356.19º84%58.82%-
XYZ13.177.242.07-
YUV62.59110.74190.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.82%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 32 (12.89% from 255) = 15.53%
R=72.82%
G=11.65%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150243200.840.790.41356.1972.4134.12
Hex9618200544F291644822
Octal226304001241175154411042
Binary10010110110001000000101010010011111010011011001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961820; }

 p { color: rgb(150,24,32); }

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

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

 a { background-color: rgb(150,24,32); }

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

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

 span { border-color: rgb(150,24,32); }

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