#9D0128

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

Shades of Carmine #9D0128

Tints of Carmine #9D0128

Color information

#9D0128 (or 0x9D0128) is unknown color: approx Carmine. HEX triplet: 9D, 01 and 28. RGB value is (157,1,40). Sum of RGB (Red+Green+Blue) = 157+1+40=198 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.29% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0128 is #62FED7. Grayscale: #343434. Windows color (decimal): -6487768 or 2621853. OLE color: 2621853.

HSL color Cylindrical-coordinate representation of color #9D0128: hue angle of 345º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D0128 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB157140-
CMYK00.990.750.38
HSL345º98.73%30.98%-
HSV(B)345º99.36%61.57%-
XYZ14.37.342.67-
YUV52.09121.18202.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 79.29%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=79.29%
G=0.51%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714000.990.750.3834598.7330.98
Hex9D1280634B26159631f
Octal23515001431134653114337
Binary100111011101000011000111001011100110101011001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D0128; }

 p { color: rgb(157,1,40); }

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

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

 a { background-color: rgb(157,1,40); }

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

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

 span { border-color: rgb(157,1,40); }

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