#962531

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

Shades of Bright Red #962531

Tints of Bright Red #962531

Color information

#962531 (or 0x962531) is unknown color: approx Bright Red. HEX triplet: 96, 25 and 31. RGB value is (150,37,49). Sum of RGB (Red+Green+Blue) = 150+37+49=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #962531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962531 is #69DACE. Grayscale: #484848. Windows color (decimal): -6937295 or 3220886. OLE color: 3220886.

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

Color convert

RGB1503749-
CMYK00.750.670.41
HSL353.63º60.43%36.67%-
HSV(B)353.63º75.33%58.82%-
XYZ13.798.033.73-
YUV72.16114.94183.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.56%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 49 (19.53% from 255) = 20.76%
R=63.56%
G=15.68%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150374900.750.670.41353.6360.4336.67
Hex96253104B43291623c25
Octal22645610113103515427445
Binary10010110100101110001010010111000011101001101100010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962531; }

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

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

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

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

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

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

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

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