#992640

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

Shades of Bright Red #992640

Tints of Bright Red #992640

Color information

#992640 (or 0x992640) is unknown color: approx Bright Red. HEX triplet: 99, 26 and 40. RGB value is (153,38,64). Sum of RGB (Red+Green+Blue) = 153+38+64=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #992640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992640 is #66D9BF. Grayscale: #4B4B4B. Windows color (decimal): -6740416 or 4204185. OLE color: 4204185.

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

Color convert

RGB1533864-
CMYK00.750.580.4
HSL346.43º60.21%37.45%-
HSV(B)346.43º75.16%60%-
XYZ14.768.535.72-
YUV75.35121.6183.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 64 (25.39% from 255) = 25.10%
R=60%
G=14.90%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153386400.750.580.4346.4360.2137.45
Hex99264004B3A2815a3c25
Octal23146100011372505327445
Binary10011001100110100000001001011111010101000101011010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992640; }

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

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

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

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

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

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

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

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