#981A29

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

Shades of Bright Red #981A29

Tints of Bright Red #981A29

Color information

#981A29 (or 0x981A29) is unknown color: approx Bright Red. HEX triplet: 98, 1A and 29. RGB value is (152,26,41). Sum of RGB (Red+Green+Blue) = 152+26+41=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #981A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981A29 is #67E5D6. Grayscale: #414141. Windows color (decimal): -6809047 or 2693784. OLE color: 2693784.

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

Color convert

RGB1522641-
CMYK00.830.730.40
HSL352.86º70.79%34.9%-
HSV(B)352.86º82.89%59.61%-
XYZ13.727.572.84-
YUV65.38114.24189.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.41%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 41 (16.41% from 255) = 18.72%
R=69.41%
G=11.87%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152264100.830.730.40352.8670.7934.9
Hex981A2905349281614723
Octal230325101231115054110743
Binary10011000110101010010101001110010011010001011000011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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