#990125

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

Shades of Carmine #990125

Tints of Carmine #990125

Color information

#990125 (or 0x990125) is unknown color: approx Carmine. HEX triplet: 99, 01 and 25. RGB value is (153,1,37). Sum of RGB (Red+Green+Blue) = 153+1+37=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #990125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990125 is #66FEDA. Grayscale: #323232. Windows color (decimal): -6749915 or 2425241. OLE color: 2425241.

HSL color Cylindrical-coordinate representation of color #990125: hue angle of 345.79º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990125 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB153137-
CMYK00.990.760.4
HSL345.79º98.7%30.2%-
HSV(B)345.79º99.35%60%-
XYZ13.486.932.38-
YUV50.55120.36201.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.10%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 37 (14.84% from 255) = 19.37%
R=80.10%
G=0.52%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313700.990.760.4345.7998.730.2
Hex991250634C2815a631e
Octal23114501431145053214336
Binary100110011100101011000111001100101000101011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990125; }

 p { color: rgb(153,1,37); }

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

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

 a { background-color: rgb(153,1,37); }

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

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

 span { border-color: rgb(153,1,37); }

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