#991534

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

Shades of Bright Red #991534

Tints of Bright Red #991534

Color information

#991534 (or 0x991534) is unknown color: approx Bright Red. HEX triplet: 99, 15 and 34. RGB value is (153,21,52). Sum of RGB (Red+Green+Blue) = 153+21+52=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #991534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991534 is #66EACB. Grayscale: #404040. Windows color (decimal): -6744780 or 3413401. OLE color: 3413401.

HSL color Cylindrical-coordinate representation of color #991534: hue angle of 345.91º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991534 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB1532152-
CMYK00.860.660.4
HSL345.91º75.86%34.12%-
HSV(B)345.91º86.27%60%-
XYZ14.027.563.97-
YUV64121.23191.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.70%
GREEN value IS 21 (8.59% from 255) = 9.29%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=67.70%
G=9.29%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153215200.860.660.4345.9175.8634.12
Hex991534056422815a4c22
Octal231256401261025053211442
Binary10011001101011101000101011010000101010001010110101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991534; }

 p { color: rgb(153,21,52); }

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

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

 a { background-color: rgb(153,21,52); }

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

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

 span { border-color: rgb(153,21,52); }

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