#992631

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

Shades of Bright Red #992631

Tints of Bright Red #992631

Color information

#992631 (or 0x992631) is unknown color: approx Bright Red. HEX triplet: 99, 26 and 31. RGB value is (153,38,49). Sum of RGB (Red+Green+Blue) = 153+38+49=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #992631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992631 is #66D9CE. Grayscale: #494949. Windows color (decimal): -6740431 or 3221145. OLE color: 3221145.

HSL color Cylindrical-coordinate representation of color #992631: hue angle of 354.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992631 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB1533849-
CMYK00.750.680.4
HSL354.26º60.21%37.45%-
HSV(B)354.26º75.16%60%-
XYZ14.388.383.77-
YUV73.64114.1184.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.75%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 49 (19.53% from 255) = 20.42%
R=63.75%
G=15.83%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153384900.750.680.4354.2660.2137.45
Hex99263104B44281623c25
Octal23146610113104505427445
Binary10011001100110110001010010111000100101000101100010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992631; }

 p { color: rgb(153,38,49); }

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

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

 a { background-color: rgb(153,38,49); }

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

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

 span { border-color: rgb(153,38,49); }

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