Html Css Color HEX #980031 Carmine

📋 copy color: '#980031'

red 152 ◦ green 0 ◦ blue 49

#980031
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #980031

Tints of Carmine #980031

RGB

 RED value IS 152 (59.77% from 255) = 75.62%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 24.38%

R = 75.62%
G = 0%
B = 24.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#980031 (or 0x980031) is known color: Carmine. HEX triplet: 98, 00 and 31. RGB value is (152,0,49). Sum of RGB (Red+Green+Blue) = 152+0+49=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #980031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980031 is #67FFCE. Grayscale: #323232. Windows color (decimal): -6815695 or 3211416. OLE color: 3211416.

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

Color convert

RGB 152 0 49 -
CMYK 0 1 0.68 0.40
HSL 340.66º 1% 0.3% -
HSV(B) 340.66º 1% 0.6% -
XYZ 13.5 6.9 3.53 -
YUV 51.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 152 0 49 0 1 0.68 0.40 340.66 1 0.3
Hex 98 0 31 0 64 44 28 155 64 1E
Octal 230 0 61 0 144 104 50 525 144 36
Binary 10011000 0 110001 0 1100100 1000100 101000 101010101 1100100 11110

Color Harmonies of #980031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980031

Black with #980031

Text Example


Text Example

White with #980031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980031; }

 p { color: rgb(152,0,49); }

 H1.HeaderClassName
 {
   color: #980031;
 }
 .AnyTagClassName
 {
   color: #980031;
 }
</style>

background-color css

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

 a { background-color: rgb(152,0,49); }

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

border-color css

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

 span { border-color: rgb(152,0,49); }

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