#981729

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

Shades of Bright Red #981729

Tints of Bright Red #981729

Color information

#981729 (or 0x981729) is unknown color: approx Bright Red. HEX triplet: 98, 17 and 29. RGB value is (152,23,41). Sum of RGB (Red+Green+Blue) = 152+23+41=216 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.37% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 152 - color contains mainly: red. Hex color #981729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981729 is #67E8D6. Grayscale: #3F3F3F. Windows color (decimal): -6809815 or 2693016. OLE color: 2693016.

HSL color Cylindrical-coordinate representation of color #981729: hue angle of 351.63º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981729 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB1522341-
CMYK00.850.730.40
HSL351.63º73.71%34.31%-
HSV(B)351.63º84.87%59.61%-
XYZ13.667.452.82-
YUV63.62115.24191.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.37%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=70.37%
G=10.65%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152234100.850.730.40351.6373.7134.31
Hex98172905549281604a22
Octal230275101251115054011242
Binary10011000101111010010101010110010011010001011000001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981729; }

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

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

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

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

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

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

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

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