#981232

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

Shades of Bright Red #981232

Tints of Bright Red #981232

Color information

#981232 (or 0x981232) is unknown color: approx Bright Red. HEX triplet: 98, 12 and 32. RGB value is (152,18,50). Sum of RGB (Red+Green+Blue) = 152+18+50=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #981232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981232 is #67EDCD. Grayscale: #3D3D3D. Windows color (decimal): -6811086 or 3281560. OLE color: 3281560.

HSL color Cylindrical-coordinate representation of color #981232: hue angle of 345.67º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981232 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB1521850-
CMYK00.880.670.40
HSL345.67º78.82%33.33%-
HSV(B)345.67º88.16%59.61%-
XYZ13.747.343.71-
YUV61.71121.39192.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.09%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=69.09%
G=8.18%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152185000.880.670.40345.6778.8233.33
Hex981232058432815a4f21
Octal230226201301035053211741
Binary10011000100101100100101100010000111010001010110101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981232; }

 p { color: rgb(152,18,50); }

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

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

 a { background-color: rgb(152,18,50); }

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

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

 span { border-color: rgb(152,18,50); }

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