#962137

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

Shades of Bright Red #962137

Tints of Bright Red #962137

Color information

#962137 (or 0x962137) is unknown color: approx Bright Red. HEX triplet: 96, 21 and 37. RGB value is (150,33,55). Sum of RGB (Red+Green+Blue) = 150+33+55=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #962137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962137 is #69DEC8. Grayscale: #464646. Windows color (decimal): -6938313 or 3613078. OLE color: 3613078.

HSL color Cylindrical-coordinate representation of color #962137: hue angle of 348.72º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962137 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1503355-
CMYK00.780.630.41
HSL348.72º63.93%35.88%-
HSV(B)348.72º78%58.82%-
XYZ13.817.854.4-
YUV70.49119.26184.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.03%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=63.03%
G=13.87%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150335500.780.630.41348.7263.9335.88
Hex96213704E3F2915d4024
Octal22641670116775153510044
Binary10010110100001110111010011101111111010011010111011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962137; }

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

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

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

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

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

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

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

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