#961434

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

Shades of Bright Red #961434

Tints of Bright Red #961434

Color information

#961434 (or 0x961434) is unknown color: approx Bright Red. HEX triplet: 96, 14 and 34. RGB value is (150,20,52). Sum of RGB (Red+Green+Blue) = 150+20+52=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #961434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961434 is #69EBCB. Grayscale: #3E3E3E. Windows color (decimal): -6941644 or 3413142. OLE color: 3413142.

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

Color convert

RGB1502052-
CMYK00.870.650.41
HSL345.23º76.47%33.33%-
HSV(B)345.23º86.67%58.82%-
XYZ13.457.233.94-
YUV62.52122.07190.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.57%
GREEN value IS 20 (8.20% from 255) = 9.01%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=67.57%
G=9.01%
B=23.42%

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
Decimal150205200.870.650.41345.2376.4733.33
Hex96143405741291594c21
Octal226246401271015153111441
Binary10010110101001101000101011110000011010011010110011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961434; }

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

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

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

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

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

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

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

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