#961435

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

Shades of Bright Red #961435

Tints of Bright Red #961435

Color information

#961435 (or 0x961435) is unknown color: approx Bright Red. HEX triplet: 96, 14 and 35. RGB value is (150,20,53). Sum of RGB (Red+Green+Blue) = 150+20+53=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #961435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961435 is #69EBCA. Grayscale: #3E3E3E. Windows color (decimal): -6941643 or 3478678. OLE color: 3478678.

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

Color convert

RGB1502053-
CMYK00.870.650.41
HSL344.77º76.47%33.33%-
HSV(B)344.77º86.67%58.82%-
XYZ13.477.244.06-
YUV62.63122.57190.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.26%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=67.26%
G=8.97%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150205300.870.650.41344.7776.4733.33
Hex96143505741291594c21
Octal226246501271015153111441
Binary10010110101001101010101011110000011010011010110011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961435; }

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

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

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

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

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

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

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

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