#900925

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

Shades of Carmine #900925

Tints of Carmine #900925

Color information

#900925 (or 0x900925) is unknown color: approx Carmine. HEX triplet: 90, 09 and 25. RGB value is (144,9,37). Sum of RGB (Red+Green+Blue) = 144+9+37=190 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.79% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 144 - color contains mainly: red. Hex color #900925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900925 is #6FF6DA. Grayscale: #343434. Windows color (decimal): -7337691 or 2427280. OLE color: 2427280.

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

Color convert

RGB144937-
CMYK00.940.740.44
HSL347.56º88.24%30%-
HSV(B)347.56º93.75%56.47%-
XYZ11.936.262.33-
YUV52.56119.23193.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 75.79%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=75.79%
G=4.74%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14493700.940.740.44347.5688.2430
Hex9092505E4A2C15c581e
Octal220114501361125453413036
Binary100100001001100101010111101001010101100101011100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900925; }

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

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

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

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

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

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

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

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