#962839

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

Shades of Bright Red #962839

Tints of Bright Red #962839

Color information

#962839 (or 0x962839) is unknown color: approx Bright Red. HEX triplet: 96, 28 and 39. RGB value is (150,40,57). Sum of RGB (Red+Green+Blue) = 150+40+57=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #962839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962839 is #69D7C6. Grayscale: #4A4A4A. Windows color (decimal): -6936519 or 3745942. OLE color: 3745942.

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

Color convert

RGB1504057-
CMYK00.730.620.41
HSL350.73º57.89%37.25%-
HSV(B)350.73º73.33%58.82%-
XYZ14.078.34.73-
YUV74.83117.94181.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 57 (22.66% from 255) = 23.08%
R=60.73%
G=16.19%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150405700.730.620.41350.7357.8937.25
Hex9628390493E2915f3a25
Octal2265071011176515377245
Binary1001011010100011100101001001111110101001101011111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962839; }

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

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

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

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

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

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

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

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