#961635

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

Shades of Bright Red #961635

Tints of Bright Red #961635

Color information

#961635 (or 0x961635) is unknown color: approx Bright Red. HEX triplet: 96, 16 and 35. RGB value is (150,22,53). Sum of RGB (Red+Green+Blue) = 150+22+53=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #961635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961635 is #69E9CA. Grayscale: #3F3F3F. Windows color (decimal): -6941131 or 3479190. OLE color: 3479190.

HSL color Cylindrical-coordinate representation of color #961635: hue angle of 345.47º degrees, saturation: 0.74, 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 #961635 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1502253-
CMYK00.850.650.41
HSL345.47º74.42%33.73%-
HSV(B)345.47º85.33%58.82%-
XYZ13.517.314.07-
YUV63.81121.91189.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.67%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=66.67%
G=9.78%
B=23.56%

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
Decimal150225300.850.650.41345.4774.4233.73
Hex96163505541291594a22
Octal226266501251015153111242
Binary10010110101101101010101010110000011010011010110011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961635; }

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

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

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

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

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

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

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

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