#900125

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

Shades of Carmine #900125

Tints of Carmine #900125

Color information

#900125 (or 0x900125) is unknown color: approx Carmine. HEX triplet: 90, 01 and 25. RGB value is (144,1,37). Sum of RGB (Red+Green+Blue) = 144+1+37=182 (24% of max value = 765). Red value is 144 (56.64% from 255 or 79.12% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 144 - color contains mainly: red. Hex color #900125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900125 is #6FFEDA. Grayscale: #2F2F2F. Windows color (decimal): -7339739 or 2425232. OLE color: 2425232.

HSL color Cylindrical-coordinate representation of color #900125: hue angle of 344.9º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900125 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB144137-
CMYK00.990.740.44
HSL344.9º98.62%28.43%-
HSV(B)344.9º99.31%56.47%-
XYZ11.856.082.3-
YUV47.86121.88196.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 79.12%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 37 (14.84% from 255) = 20.33%
R=79.12%
G=0.55%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413700.990.740.44344.998.6228.43
Hex901250634A2C159631c
Octal22014501431125453114334
Binary100100001100101011000111001010101100101011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900125; }

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

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

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

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

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

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

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

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