#961735

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

Shades of Bright Red #961735

Tints of Bright Red #961735

Color information

#961735 (or 0x961735) is unknown color: approx Bright Red. HEX triplet: 96, 17 and 35. RGB value is (150,23,53). Sum of RGB (Red+Green+Blue) = 150+23+53=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #961735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961735 is #69E8CA. Grayscale: #404040. Windows color (decimal): -6940875 or 3479446. OLE color: 3479446.

HSL color Cylindrical-coordinate representation of color #961735: hue angle of 345.83º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961735 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1502353-
CMYK00.850.650.41
HSL345.83º73.41%33.92%-
HSV(B)345.83º84.67%58.82%-
XYZ13.537.354.07-
YUV64.39121.58189.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.37%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=66.37%
G=10.18%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150235300.850.650.41345.8373.4133.92
Hex961735055412915a4922
Octal226276501251015153211142
Binary10010110101111101010101010110000011010011010110101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961735; }

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

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

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

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

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

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

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

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