#9D0626

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

Shades of Carmine #9D0626

Tints of Carmine #9D0626

Color information

#9D0626 (or 0x9D0626) is unknown color: approx Carmine. HEX triplet: 9D, 06 and 26. RGB value is (157,6,38). Sum of RGB (Red+Green+Blue) = 157+6+38=201 (26% of max value = 765). Red value is 157 (61.72% from 255 or 78.11% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0626 is #62F9D9. Grayscale: #363636. Windows color (decimal): -6486490 or 2492061. OLE color: 2492061.

HSL color Cylindrical-coordinate representation of color #9D0626: hue angle of 347.28º 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 #9D0626 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB157638-
CMYK00.960.760.38
HSL347.28º92.64%31.96%-
HSV(B)347.28º96.18%61.57%-
XYZ14.327.442.51-
YUV54.8118.53200.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 78.11%
GREEN value IS 6 (2.73% from 255) = 2.99%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=78.11%
G=2.99%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15763800.960.760.38347.2892.6431.96
Hex9D6260604C2615b5d20
Octal23564601401144653313540
Binary100111011101001100110000010011001001101010110111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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