#90071F

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

Shades of Carmine #90071F

Tints of Carmine #90071F

Color information

#90071F (or 0x90071F) is unknown color: approx Carmine. HEX triplet: 90, 07 and 1F. RGB value is (144,7,31). Sum of RGB (Red+Green+Blue) = 144+7+31=182 (24% of max value = 765). Red value is 144 (56.64% from 255 or 79.12% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 144 - color contains mainly: red. Hex color #90071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90071F is #6FF8E0. Grayscale: #323232. Windows color (decimal): -7338209 or 2033552. OLE color: 2033552.

HSL color Cylindrical-coordinate representation of color #90071F: hue angle of 349.49º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90071F is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB144731-
CMYK00.950.780.44
HSL349.49º90.73%29.61%-
HSV(B)349.49º95.14%56.47%-
XYZ11.826.181.87-
YUV50.7116.89194.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 79.12%
GREEN value IS 7 (3.12% from 255) = 3.85%
BLUE value IS 31 (12.5% from 255) = 17.03%
R=79.12%
G=3.85%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14473100.950.780.44349.4990.7329.61
Hex9071F05F4E2C15d5b1e
Octal22073701371165453513336
Binary1001000011111111010111111001110101100101011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,7,31); }

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

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

 a { background-color: rgb(144,7,31); }

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

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

 span { border-color: rgb(144,7,31); }

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