#962937

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

Shades of Bright Red #962937

Tints of Bright Red #962937

Color information

#962937 (or 0x962937) is unknown color: approx Bright Red. HEX triplet: 96, 29 and 37. RGB value is (150,41,55). Sum of RGB (Red+Green+Blue) = 150+41+55=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #962937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962937 is #69D6C8. Grayscale: #4B4B4B. Windows color (decimal): -6936265 or 3615126. OLE color: 3615126.

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

Color convert

RGB1504155-
CMYK00.730.630.41
HSL352.29º57.07%37.45%-
HSV(B)352.29º72.67%58.82%-
XYZ14.068.354.48-
YUV75.19116.61181.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=60.98%
G=16.67%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150415500.730.630.41352.2957.0737.45
Hex9629370493F291603925
Octal2265167011177515407145
Binary1001011010100111011101001001111111101001101100000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962937; }

 p { color: rgb(150,41,55); }

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

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

 a { background-color: rgb(150,41,55); }

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

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

 span { border-color: rgb(150,41,55); }

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