#981836

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

Shades of Bright Red #981836

Tints of Bright Red #981836

Color information

#981836 (or 0x981836) is unknown color: approx Bright Red. HEX triplet: 98, 18 and 36. RGB value is (152,24,54). Sum of RGB (Red+Green+Blue) = 152+24+54=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #981836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981836 is #67E7C9. Grayscale: #414141. Windows color (decimal): -6809546 or 3545240. OLE color: 3545240.

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

Color convert

RGB1522454-
CMYK00.840.640.40
HSL345.94º72.73%34.51%-
HSV(B)345.94º84.21%59.61%-
XYZ13.947.64.22-
YUV65.69121.41189.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 66.09%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 54 (21.48% from 255) = 23.48%
R=66.09%
G=10.43%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152245400.840.640.40345.9472.7334.51
Hex981836054402815a4923
Octal230306601241005053211143
Binary10011000110001101100101010010000001010001010110101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981836; }

 p { color: rgb(152,24,54); }

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

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

 a { background-color: rgb(152,24,54); }

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

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

 span { border-color: rgb(152,24,54); }

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