#961832

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

Shades of Bright Red #961832

Tints of Bright Red #961832

Color information

#961832 (or 0x961832) is unknown color: approx Bright Red. HEX triplet: 96, 18 and 32. RGB value is (150,24,50). Sum of RGB (Red+Green+Blue) = 150+24+50=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #961832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961832 is #69E7CD. Grayscale: #404040. Windows color (decimal): -6940622 or 3283094. OLE color: 3283094.

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

Color convert

RGB1502450-
CMYK00.840.670.41
HSL347.62º72.41%34.12%-
HSV(B)347.62º84%58.82%-
XYZ13.487.373.73-
YUV64.64119.74188.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.96%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=66.96%
G=10.71%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150245000.840.670.41347.6272.4134.12
Hex961832054432915c4822
Octal226306201241035153411042
Binary10010110110001100100101010010000111010011010111001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961832; }

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

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

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

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

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

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

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

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