#90121D

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

Shades of Carmine #90121D

Tints of Carmine #90121D

Color information

#90121D (or 0x90121D) is unknown color: approx Carmine. HEX triplet: 90, 12 and 1D. RGB value is (144,18,29). Sum of RGB (Red+Green+Blue) = 144+18+29=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #90121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90121D is #6FEDE2. Grayscale: #393939. Windows color (decimal): -7335395 or 1905296. OLE color: 1905296.

HSL color Cylindrical-coordinate representation of color #90121D: hue angle of 354.76º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90121D is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1441829-
CMYK00.880.800.44
HSL354.76º77.78%31.76%-
HSV(B)354.76º87.5%56.47%-
XYZ11.946.451.78-
YUV56.93112.24190.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 75.39%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 29 (11.72% from 255) = 15.18%
R=75.39%
G=9.42%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144182900.880.800.44354.7677.7831.76
Hex90121D058502C1634e20
Octal220223501301205454311640
Binary1001000010010111010101100010100001011001011000111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90121D; }

 p { color: rgb(144,18,29); }

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

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

 a { background-color: rgb(144,18,29); }

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

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

 span { border-color: rgb(144,18,29); }

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