#98092F

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

Shades of Carmine #98092F

Tints of Carmine #98092F

Color information

#98092F (or 0x98092F) is unknown color: approx Carmine. HEX triplet: 98, 09 and 2F. RGB value is (152,9,47). Sum of RGB (Red+Green+Blue) = 152+9+47=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #98092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98092F is #67F6D0. Grayscale: #383838. Windows color (decimal): -6813393 or 3082648. OLE color: 3082648.

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

Color convert

RGB152947-
CMYK00.940.690.40
HSL344.06º88.82%31.57%-
HSV(B)344.06º94.08%59.61%-
XYZ13.567.083.34-
YUV56.09122.88196.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.08%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=73.08%
G=4.33%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15294700.940.690.40344.0688.8231.57
Hex9892F05E45281585920
Octal230115701361055053013140
Binary1001100010011011110101111010001011010001010110001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98092F; }

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

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

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

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

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

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

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

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