#900826

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

Shades of Carmine #900826

Tints of Carmine #900826

Color information

#900826 (or 0x900826) is unknown color: approx Carmine. HEX triplet: 90, 08 and 26. RGB value is (144,8,38). Sum of RGB (Red+Green+Blue) = 144+8+38=190 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.79% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 144 - color contains mainly: red. Hex color #900826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900826 is #6FF7D9. Grayscale: #343434. Windows color (decimal): -7337946 or 2492560. OLE color: 2492560.

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

Color convert

RGB144838-
CMYK00.940.740.44
HSL346.76º89.47%29.8%-
HSV(B)346.76º94.44%56.47%-
XYZ11.946.242.41-
YUV52.08120.06193.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 75.79%
GREEN value IS 8 (3.52% from 255) = 4.21%
BLUE value IS 38 (15.23% from 255) = 20%
R=75.79%
G=4.21%
B=20%

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
Decimal14483800.940.740.44346.7689.4729.8
Hex9082605E4A2C15b591e
Octal220104601361125453313136
Binary100100001000100110010111101001010101100101011011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900826; }

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

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

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

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

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

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

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

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