#961e35

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

Shades of Bright Red #961E35

Tints of Bright Red #961E35

Color information

#961E35 (or 0x961E35) is unknown color: approx Bright Red. HEX triplet: 96, 1E and 35. RGB value is (150,30,53). Sum of RGB (Red+Green+Blue) = 150+30+53=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #961E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961E35 is #69E1CA. Grayscale: #444444. Windows color (decimal): -6939083 or 3481238. OLE color: 3481238.

HSL color Cylindrical-coordinate representation of color #961E35: hue angle of 348.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #961E35 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1503053-
CMYK00.800.650.41
HSL348.5º66.67%35.29%-
HSV(B)348.5º80%58.82%-
XYZ13.687.674.13-
YUV68.5119.26186.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.38%
GREEN value IS 30 (12.11% from 255) = 12.88%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=64.38%
G=12.88%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150305300.800.650.41348.566.6735.29
Hex961E35050412915c4323
Octal226366501201015153410343
Binary10010110111101101010101000010000011010011010111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961e35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961e35; }

 p { color: rgb(150,30,53); }

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

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

 a { background-color: rgb(150,30,53); }

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

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

 span { border-color: rgb(150,30,53); }

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