#980725

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

Shades of Carmine #980725

Tints of Carmine #980725

Color information

#980725 (or 0x980725) is unknown color: approx Carmine. HEX triplet: 98, 07 and 25. RGB value is (152,7,37). Sum of RGB (Red+Green+Blue) = 152+7+37=196 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.55% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 152 - color contains mainly: red. Hex color #980725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980725 is #67F8DA. Grayscale: #353535. Windows color (decimal): -6813915 or 2426776. OLE color: 2426776.

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

Color convert

RGB152737-
CMYK00.950.760.40
HSL347.59º91.19%31.18%-
HSV(B)347.59º95.39%59.61%-
XYZ13.366.962.39-
YUV53.78118.54198.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.55%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 37 (14.84% from 255) = 18.88%
R=77.55%
G=3.57%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15273700.950.760.40347.5991.1931.18
Hex9872505F4C2815c5b1f
Octal23074501371145053413337
Binary10011000111100101010111111001100101000101011100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980725; }

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

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

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

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

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

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

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

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