#9A0831

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

Shades of Carmine #9A0831

Tints of Carmine #9A0831

Color information

#9A0831 (or 0x9A0831) is unknown color: approx Carmine. HEX triplet: 9A, 08 and 31. RGB value is (154,8,49). Sum of RGB (Red+Green+Blue) = 154+8+49=211 (27% of max value = 765). Red value is 154 (60.55% from 255 or 72.99% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0831 is #65F7CE. Grayscale: #383838. Windows color (decimal): -6682575 or 3213466. OLE color: 3213466.

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

Color convert

RGB154849-
CMYK00.950.680.40
HSL343.15º90.12%31.76%-
HSV(B)343.15º94.81%60.39%-
XYZ13.977.273.57-
YUV56.33123.87197.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 72.99%
GREEN value IS 8 (3.52% from 255) = 3.79%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=72.99%
G=3.79%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15484900.950.680.40343.1590.1231.76
Hex9A83105F44281575a20
Octal232106101371045052713240
Binary1001101010001100010101111110001001010001010101111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,8,49); }

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

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

 a { background-color: rgb(154,8,49); }

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

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

 span { border-color: rgb(154,8,49); }

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