#98091E

Color #98091E Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #98091E

Tints of Carmine #98091E

Color information

#98091E (or 0x98091E) is unknown color: approx Carmine. HEX triplet: 98, 09 and 1E. RGB value is (152,9,30). Sum of RGB (Red+Green+Blue) = 152+9+30=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #98091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98091E is #67F6E1. Grayscale: #363636. Windows color (decimal): -6813410 or 1968536. OLE color: 1968536.

HSL color Cylindrical-coordinate representation of color #98091E: hue angle of 351.19º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98091E is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB152930-
CMYK00.940.800.40
HSL351.19º88.82%31.57%-
HSV(B)351.19º94.08%59.61%-
XYZ13.286.961.87-
YUV54.15114.38197.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 79.58%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 30 (12.11% from 255) = 15.71%
R=79.58%
G=4.71%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15293000.940.800.40351.1988.8231.57
Hex9891E05E502815f5920
Octal230113601361205053713140
Binary100110001001111100101111010100001010001010111111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98091E; }

 p { color: rgb(152,9,30); }

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

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

 a { background-color: rgb(152,9,30); }

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

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

 span { border-color: rgb(152,9,30); }

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