#961532

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

Shades of Bright Red #961532

Tints of Bright Red #961532

Color information

#961532 (or 0x961532) is unknown color: approx Bright Red. HEX triplet: 96, 15 and 32. RGB value is (150,21,50). Sum of RGB (Red+Green+Blue) = 150+21+50=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #961532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961532 is #69EACD. Grayscale: #3E3E3E. Windows color (decimal): -6941390 or 3282326. OLE color: 3282326.

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

Color convert

RGB1502150-
CMYK00.860.670.41
HSL346.51º75.44%33.53%-
HSV(B)346.51º86%58.82%-
XYZ13.427.253.71-
YUV62.88120.74190.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.87%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=67.87%
G=9.50%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150215000.860.670.41346.5175.4433.53
Hex961532056432915b4b22
Octal226256201261035153311342
Binary10010110101011100100101011010000111010011010110111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961532; }

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

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

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

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

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

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

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

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