#9C0837

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

Shades of Carmine #9C0837

Tints of Carmine #9C0837

Color information

#9C0837 (or 0x9C0837) is unknown color: approx Carmine. HEX triplet: 9C, 08 and 37. RGB value is (156,8,55). Sum of RGB (Red+Green+Blue) = 156+8+55=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0837 is #63F7C8. Grayscale: #393939. Windows color (decimal): -6551497 or 3606684. OLE color: 3606684.

HSL color Cylindrical-coordinate representation of color #9C0837: hue angle of 340.95º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0837 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB156855-
CMYK00.950.650.39
HSL340.95º90.24%32.16%-
HSV(B)340.95º94.87%61.18%-
XYZ14.497.524.3-
YUV57.61126.53198.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 71.23%
GREEN value IS 8 (3.52% from 255) = 3.65%
BLUE value IS 55 (21.88% from 255) = 25.11%
R=71.23%
G=3.65%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15685500.950.650.39340.9590.2432.16
Hex9C83705F41271555a20
Octal234106701371014752513240
Binary1001110010001101110101111110000011001111010101011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,8,55); }

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

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

 a { background-color: rgb(156,8,55); }

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

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

 span { border-color: rgb(156,8,55); }

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