#961821

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

Shades of Bright Red #961821

Tints of Bright Red #961821

Color information

#961821 (or 0x961821) is unknown color: approx Bright Red. HEX triplet: 96, 18 and 21. RGB value is (150,24,33). Sum of RGB (Red+Green+Blue) = 150+24+33=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #961821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961821 is #69E7DE. Grayscale: #3E3E3E. Windows color (decimal): -6940639 or 2168982. OLE color: 2168982.

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

Color convert

RGB1502433-
CMYK00.840.780.41
HSL355.71º72.41%34.12%-
HSV(B)355.71º84%58.82%-
XYZ13.187.252.14-
YUV62.7111.24190.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.46%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=72.46%
G=11.59%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150243300.840.780.41355.7172.4134.12
Hex9618210544E291644822
Octal226304101241165154411042
Binary10010110110001000010101010010011101010011011001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961821; }

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

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

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

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

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

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

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

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