#961527

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

Shades of Bright Red #961527

Tints of Bright Red #961527

Color information

#961527 (or 0x961527) is unknown color: approx Bright Red. HEX triplet: 96, 15 and 27. RGB value is (150,21,39). Sum of RGB (Red+Green+Blue) = 150+21+39=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #961527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961527 is #69EAD8. Grayscale: #3D3D3D. Windows color (decimal): -6941401 or 2561430. OLE color: 2561430.

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

Color convert

RGB1502139-
CMYK00.860.740.41
HSL351.63º75.44%33.53%-
HSV(B)351.63º86%58.82%-
XYZ13.217.172.61-
YUV61.62115.24191.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.43%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 39 (15.62% from 255) = 18.57%
R=71.43%
G=10%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150213900.860.740.41351.6375.4433.53
Hex9615270564A291604b22
Octal226254701261125154011342
Binary10010110101011001110101011010010101010011011000001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961527; }

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

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

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

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

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

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

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

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