#962831

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

Shades of Bright Red #962831

Tints of Bright Red #962831

Color information

#962831 (or 0x962831) is unknown color: approx Bright Red. HEX triplet: 96, 28 and 31. RGB value is (150,40,49). Sum of RGB (Red+Green+Blue) = 150+40+49=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #962831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962831 is #69D7CE. Grayscale: #494949. Windows color (decimal): -6936527 or 3221654. OLE color: 3221654.

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

Color convert

RGB1504049-
CMYK00.730.670.41
HSL355.09º57.89%37.25%-
HSV(B)355.09º73.33%58.82%-
XYZ13.898.223.76-
YUV73.92113.94182.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=62.76%
G=16.74%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150404900.730.670.41355.0957.8937.25
Hex96283104943291633a25
Octal22650610111103515437245
Binary10010110101000110001010010011000011101001101100011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962831; }

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

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

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

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

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

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

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

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