#981838

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

Shades of Bright Red #981838

Tints of Bright Red #981838

Color information

#981838 (or 0x981838) is unknown color: approx Bright Red. HEX triplet: 98, 18 and 38. RGB value is (152,24,56). Sum of RGB (Red+Green+Blue) = 152+24+56=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #981838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981838 is #67E7C7. Grayscale: #414141. Windows color (decimal): -6809544 or 3676312. OLE color: 3676312.

HSL color Cylindrical-coordinate representation of color #981838: hue angle of 345º 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 #981838 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB1522456-
CMYK00.840.630.40
HSL345º72.73%34.51%-
HSV(B)345º84.21%59.61%-
XYZ13.997.614.47-
YUV65.92122.41189.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.52%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=65.52%
G=10.34%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152245600.840.630.4034572.7334.51
Hex9818380543F281594923
Octal23030700124775053111143
Binary1001100011000111000010101001111111010001010110011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981838; }

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

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

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

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

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

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

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

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