#9B0733

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

Shades of Carmine #9B0733

Tints of Carmine #9B0733

Color information

#9B0733 (or 0x9B0733) is unknown color: approx Carmine. HEX triplet: 9B, 07 and 33. RGB value is (155,7,51). Sum of RGB (Red+Green+Blue) = 155+7+51=213 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.77% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0733 is #64F8CC. Grayscale: #383838. Windows color (decimal): -6617293 or 3344283. OLE color: 3344283.

HSL color Cylindrical-coordinate representation of color #9B0733: hue angle of 342.16º degrees, saturation: 0.91, 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 #9B0733 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB155751-
CMYK00.950.670.39
HSL342.16º91.36%31.76%-
HSV(B)342.16º95.48%60.78%-
XYZ14.197.363.8-
YUV56.27125.03198.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 72.77%
GREEN value IS 7 (3.12% from 255) = 3.29%
BLUE value IS 51 (20.31% from 255) = 23.94%
R=72.77%
G=3.29%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15575100.950.670.39342.1691.3631.76
Hex9B73305F43271565b20
Octal23376301371034752613340
Binary100110111111100110101111110000111001111010101101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,7,51); }

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

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

 a { background-color: rgb(155,7,51); }

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

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

 span { border-color: rgb(155,7,51); }

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