#98091C

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

Shades of Carmine #98091C

Tints of Carmine #98091C

Color information

#98091C (or 0x98091C) is unknown color: approx Carmine. HEX triplet: 98, 09 and 1C. RGB value is (152,9,28). Sum of RGB (Red+Green+Blue) = 152+9+28=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #98091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98091C is #67F6E3. Grayscale: #353535. Windows color (decimal): -6813412 or 1837464. OLE color: 1837464.

HSL color Cylindrical-coordinate representation of color #98091C: hue angle of 352.03º 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 #98091C is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB152928-
CMYK00.940.820.40
HSL352.03º88.82%31.57%-
HSV(B)352.03º94.08%59.61%-
XYZ13.266.951.74-
YUV53.92113.38197.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 80.42%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=80.42%
G=4.76%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15292800.940.820.40352.0388.8231.57
Hex9891C05E52281605920
Octal230113401361225054013140
Binary100110001001111000101111010100101010001011000001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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