#900827

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

Shades of Carmine #900827

Tints of Carmine #900827

Color information

#900827 (or 0x900827) is unknown color: approx Carmine. HEX triplet: 90, 08 and 27. RGB value is (144,8,39). Sum of RGB (Red+Green+Blue) = 144+8+39=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #900827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900827 is #6FF7D8. Grayscale: #343434. Windows color (decimal): -7337945 or 2558096. OLE color: 2558096.

HSL color Cylindrical-coordinate representation of color #900827: hue angle of 346.32º degrees, saturation: 0.89, 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 #900827 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB144839-
CMYK00.940.730.44
HSL346.32º89.47%29.8%-
HSV(B)346.32º94.44%56.47%-
XYZ11.956.252.5-
YUV52.2120.56193.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 75.39%
GREEN value IS 8 (3.52% from 255) = 4.19%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=75.39%
G=4.19%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14483900.940.730.44346.3289.4729.8
Hex9082705E492C15a591e
Octal220104701361115453213136
Binary100100001000100111010111101001001101100101011010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900827; }

 p { color: rgb(144,8,39); }

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

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

 a { background-color: rgb(144,8,39); }

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

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

 span { border-color: rgb(144,8,39); }

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