#961531

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

Shades of Bright Red #961531

Tints of Bright Red #961531

Color information

#961531 (or 0x961531) is unknown color: approx Bright Red. HEX triplet: 96, 15 and 31. RGB value is (150,21,49). Sum of RGB (Red+Green+Blue) = 150+21+49=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #961531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961531 is #69EACE. Grayscale: #3E3E3E. Windows color (decimal): -6941391 or 3216790. OLE color: 3216790.

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

Color convert

RGB1502149-
CMYK00.860.670.41
HSL346.98º75.44%33.53%-
HSV(B)346.98º86%58.82%-
XYZ13.47.243.6-
YUV62.76120.24190.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.18%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=68.18%
G=9.55%
B=22.27%

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
Decimal150214900.860.670.41346.9875.4433.53
Hex961531056432915b4b22
Octal226256101261035153311342
Binary10010110101011100010101011010000111010011010110111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961531; }

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

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

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

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

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

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

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

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