#961929

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

Shades of Bright Red #961929

Tints of Bright Red #961929

Color information

#961929 (or 0x961929) is unknown color: approx Bright Red. HEX triplet: 96, 19 and 29. RGB value is (150,25,41). Sum of RGB (Red+Green+Blue) = 150+25+41=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #961929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961929 is #69E6D6. Grayscale: #404040. Windows color (decimal): -6940375 or 2693526. OLE color: 2693526.

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

Color convert

RGB1502541-
CMYK00.830.730.41
HSL352.32º71.43%34.31%-
HSV(B)352.32º83.33%58.82%-
XYZ13.337.342.81-
YUV64.2114.91189.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.44%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=69.44%
G=11.57%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150254100.830.730.41352.3271.4334.31
Hex96192905349291604722
Octal226315101231115154010742
Binary10010110110011010010101001110010011010011011000001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961929; }

 p { color: rgb(150,25,41); }

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

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

 a { background-color: rgb(150,25,41); }

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

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

 span { border-color: rgb(150,25,41); }

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