#991B34

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

Shades of Bright Red #991B34

Tints of Bright Red #991B34

Color information

#991B34 (or 0x991B34) is unknown color: approx Bright Red. HEX triplet: 99, 1B and 34. RGB value is (153,27,52). Sum of RGB (Red+Green+Blue) = 153+27+52=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #991B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991B34 is #66E4CB. Grayscale: #434343. Windows color (decimal): -6743244 or 3414937. OLE color: 3414937.

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

Color convert

RGB1532752-
CMYK00.820.660.4
HSL348.1º70%35.29%-
HSV(B)348.1º82.35%60%-
XYZ14.157.84.01-
YUV67.52119.24188.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.95%
GREEN value IS 27 (10.94% from 255) = 11.64%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=65.95%
G=11.64%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153275200.820.660.4348.17035.29
Hex991B34052422815c4623
Octal231336401221025053410643
Binary10011001110111101000101001010000101010001010111001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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