#962740

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

Shades of Bright Red #962740

Tints of Bright Red #962740

Color information

#962740 (or 0x962740) is unknown color: approx Bright Red. HEX triplet: 96, 27 and 40. RGB value is (150,39,64). Sum of RGB (Red+Green+Blue) = 150+39+64=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #962740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962740 is #69D8BF. Grayscale: #4B4B4B. Windows color (decimal): -6936768 or 4204438. OLE color: 4204438.

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

Color convert

RGB1503964-
CMYK00.740.570.41
HSL346.49º58.73%37.06%-
HSV(B)346.49º74%58.82%-
XYZ14.238.315.7-
YUV75.04121.77181.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.29%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=59.29%
G=15.42%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150396400.740.570.41346.4958.7337.06
Hex96274004A392915a3b25
Octal22647100011271515327345
Binary10010110100111100000001001010111001101001101011010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962740; }

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

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

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

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

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

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

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

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