#981631

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

Shades of Bright Red #981631

Tints of Bright Red #981631

Color information

#981631 (or 0x981631) is unknown color: approx Bright Red. HEX triplet: 98, 16 and 31. RGB value is (152,22,49). Sum of RGB (Red+Green+Blue) = 152+22+49=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #981631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981631 is #67E9CE. Grayscale: #3F3F3F. Windows color (decimal): -6810063 or 3217048. OLE color: 3217048.

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

Color convert

RGB1522249-
CMYK00.860.680.40
HSL347.54º74.71%34.12%-
HSV(B)347.54º85.53%59.61%-
XYZ13.797.473.62-
YUV63.95119.57190.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.16%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=68.16%
G=9.87%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152224900.860.680.40347.5474.7134.12
Hex981631056442815c4b22
Octal230266101261045053411342
Binary10011000101101100010101011010001001010001010111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981631; }

 p { color: rgb(152,22,49); }

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

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

 a { background-color: rgb(152,22,49); }

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

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

 span { border-color: rgb(152,22,49); }

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