#991535

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

Shades of Bright Red #991535

Tints of Bright Red #991535

Color information

#991535 (or 0x991535) is unknown color: approx Bright Red. HEX triplet: 99, 15 and 35. RGB value is (153,21,53). Sum of RGB (Red+Green+Blue) = 153+21+53=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #991535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991535 is #66EACA. Grayscale: #404040. Windows color (decimal): -6744779 or 3478937. OLE color: 3478937.

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

Color convert

RGB1532153-
CMYK00.860.650.4
HSL345.45º75.86%34.12%-
HSV(B)345.45º86.27%60%-
XYZ14.057.574.09-
YUV64.12121.73191.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.40%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=67.40%
G=9.25%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153215300.860.650.4345.4575.8634.12
Hex99153505641281594c22
Octal231256501261015053111442
Binary10011001101011101010101011010000011010001010110011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991535; }

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

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

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

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

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

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

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

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