#961829

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

Shades of Bright Red #961829

Tints of Bright Red #961829

Color information

#961829 (or 0x961829) is unknown color: approx Bright Red. HEX triplet: 96, 18 and 29. RGB value is (150,24,41). Sum of RGB (Red+Green+Blue) = 150+24+41=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #961829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961829 is #69E7D6. Grayscale: #3F3F3F. Windows color (decimal): -6940631 or 2693270. OLE color: 2693270.

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

Color convert

RGB1502441-
CMYK00.840.730.41
HSL351.9º72.41%34.12%-
HSV(B)351.9º84%58.82%-
XYZ13.37.32.81-
YUV63.61115.24189.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.77%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 41 (16.41% from 255) = 19.07%
R=69.77%
G=11.16%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150244100.840.730.41351.972.4134.12
Hex96182905449291604822
Octal226305101241115154011042
Binary10010110110001010010101010010010011010011011000001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961829; }

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

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

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

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

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

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

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

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