#980835

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

Shades of Carmine #980835

Tints of Carmine #980835

Color information

#980835 (or 0x980835) is unknown color: approx Carmine. HEX triplet: 98, 08 and 35. RGB value is (152,8,53). Sum of RGB (Red+Green+Blue) = 152+8+53=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #980835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980835 is #67F7CA. Grayscale: #383838. Windows color (decimal): -6813643 or 3475608. OLE color: 3475608.

HSL color Cylindrical-coordinate representation of color #980835: hue angle of 341.25º degrees, saturation: 0.9, 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 #980835 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB152853-
CMYK00.950.650.40
HSL341.25º90%31.37%-
HSV(B)341.25º94.74%59.61%-
XYZ13.687.114.02-
YUV56.19126.21196.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.36%
GREEN value IS 8 (3.52% from 255) = 3.76%
BLUE value IS 53 (21.09% from 255) = 24.88%
R=71.36%
G=3.76%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15285300.950.650.40341.259031.37
Hex9883505F41281555a1f
Octal230106501371015052513237
Binary100110001000110101010111111000001101000101010101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980835; }

 p { color: rgb(152,8,53); }

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

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

 a { background-color: rgb(152,8,53); }

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

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

 span { border-color: rgb(152,8,53); }

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