#9D0628

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

Shades of Carmine #9D0628

Tints of Carmine #9D0628

Color information

#9D0628 (or 0x9D0628) is unknown color: approx Carmine. HEX triplet: 9D, 06 and 28. RGB value is (157,6,40). Sum of RGB (Red+Green+Blue) = 157+6+40=203 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.34% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0628 is #62F9D7. Grayscale: #373737. Windows color (decimal): -6486488 or 2623133. OLE color: 2623133.

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

Color convert

RGB157640-
CMYK00.960.750.38
HSL346.49º92.64%31.96%-
HSV(B)346.49º96.18%61.57%-
XYZ14.357.452.69-
YUV55.02119.53200.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 77.34%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=77.34%
G=2.96%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15764000.960.750.38346.4992.6431.96
Hex9D6280604B2615a5d20
Octal23565001401134653213540
Binary100111011101010000110000010010111001101010110101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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