#981334

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

Shades of Bright Red #981334

Tints of Bright Red #981334

Color information

#981334 (or 0x981334) is unknown color: approx Bright Red. HEX triplet: 98, 13 and 34. RGB value is (152,19,52). Sum of RGB (Red+Green+Blue) = 152+19+52=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #981334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981334 is #67ECCB. Grayscale: #3E3E3E. Windows color (decimal): -6810828 or 3412888. OLE color: 3412888.

HSL color Cylindrical-coordinate representation of color #981334: hue angle of 345.11º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981334 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB1521952-
CMYK00.870.660.40
HSL345.11º77.78%33.53%-
HSV(B)345.11º87.5%59.61%-
XYZ13.87.393.95-
YUV62.53122.06191.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.16%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=68.16%
G=8.52%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152195200.870.660.40345.1177.7833.53
Hex98133405742281594e22
Octal230236401271025053111642
Binary10011000100111101000101011110000101010001010110011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981334; }

 p { color: rgb(152,19,52); }

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

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

 a { background-color: rgb(152,19,52); }

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

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

 span { border-color: rgb(152,19,52); }

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