#9D0531

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

Shades of Carmine #9D0531

Tints of Carmine #9D0531

Color information

#9D0531 (or 0x9D0531) is unknown color: approx Carmine. HEX triplet: 9D, 05 and 31. RGB value is (157,5,49). Sum of RGB (Red+Green+Blue) = 157+5+49=211 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.41% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0531 is #62FACE. Grayscale: #373737. Windows color (decimal): -6486735 or 3212701. OLE color: 3212701.

HSL color Cylindrical-coordinate representation of color #9D0531: hue angle of 342.63º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D0531 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB157549-
CMYK00.970.690.38
HSL342.63º93.83%31.76%-
HSV(B)342.63º96.82%61.57%-
XYZ14.517.53.59-
YUV55.46124.36200.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 74.41%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=74.41%
G=2.37%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15754900.970.690.38342.6393.8331.76
Hex9D53106145261575e20
Octal23556101411054652713640
Binary100111011011100010110000110001011001101010101111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,5,49); }

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

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

 a { background-color: rgb(157,5,49); }

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

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

 span { border-color: rgb(157,5,49); }

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