#981A3C

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

Shades of Bright Red #981A3C

Tints of Bright Red #981A3C

Color information

#981A3C (or 0x981A3C) is unknown color: approx Bright Red. HEX triplet: 98, 1A and 3C. RGB value is (152,26,60). Sum of RGB (Red+Green+Blue) = 152+26+60=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #981A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981A3C is #67E5C3. Grayscale: #434343. Windows color (decimal): -6809028 or 3938968. OLE color: 3938968.

HSL color Cylindrical-coordinate representation of color #981A3C: hue angle of 343.81º 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 #981A3C is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB1522660-
CMYK00.830.610.40
HSL343.81º70.79%34.9%-
HSV(B)343.81º82.89%59.61%-
XYZ14.137.745.02-
YUV67.55123.74188.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.87%
GREEN value IS 26 (10.55% from 255) = 10.92%
BLUE value IS 60 (23.83% from 255) = 25.21%
R=63.87%
G=10.92%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152266000.830.610.40343.8170.7934.9
Hex981A3C0533D281584723
Octal23032740123755053010743
Binary1001100011010111100010100111111011010001010110001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981A3C; }

 p { color: rgb(152,26,60); }

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

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

 a { background-color: rgb(152,26,60); }

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

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

 span { border-color: rgb(152,26,60); }

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