#991A34

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

Shades of Bright Red #991A34

Tints of Bright Red #991A34

Color information

#991A34 (or 0x991A34) is unknown color: approx Bright Red. HEX triplet: 99, 1A and 34. RGB value is (153,26,52). Sum of RGB (Red+Green+Blue) = 153+26+52=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #991A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991A34 is #66E5CB. Grayscale: #424242. Windows color (decimal): -6743500 or 3414681. OLE color: 3414681.

HSL color Cylindrical-coordinate representation of color #991A34: hue angle of 347.72º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991A34 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB1532652-
CMYK00.830.660.4
HSL347.72º70.95%35.1%-
HSV(B)347.72º83.01%60%-
XYZ14.137.764-
YUV66.94119.58189.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.23%
GREEN value IS 26 (10.55% from 255) = 11.26%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=66.23%
G=11.26%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153265200.830.660.4347.7270.9535.1
Hex991A34053422815c4723
Octal231326401231025053410743
Binary10011001110101101000101001110000101010001010111001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991A34; }

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

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

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

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

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

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

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

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