#980733

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

Shades of Carmine #980733

Tints of Carmine #980733

Color information

#980733 (or 0x980733) is unknown color: approx Carmine. HEX triplet: 98, 07 and 33. RGB value is (152,7,51). Sum of RGB (Red+Green+Blue) = 152+7+51=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #980733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980733 is #67F8CC. Grayscale: #373737. Windows color (decimal): -6813901 or 3344280. OLE color: 3344280.

HSL color Cylindrical-coordinate representation of color #980733: hue angle of 341.79º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980733 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB152751-
CMYK00.950.660.40
HSL341.79º91.19%31.18%-
HSV(B)341.79º95.39%59.61%-
XYZ13.627.073.78-
YUV55.37125.54196.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.38%
GREEN value IS 7 (3.12% from 255) = 3.33%
BLUE value IS 51 (20.31% from 255) = 24.29%
R=72.38%
G=3.33%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15275100.950.660.40341.7991.1931.18
Hex9873305F42281565b1f
Octal23076301371025052613337
Binary10011000111110011010111111000010101000101010110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980733; }

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

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

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

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

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

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

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

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