Html Css Color HEX #98131F Carmine

📋 copy color: '#98131F'

red 152 ◦ green 19 ◦ blue 31

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

Shades of Carmine #98131F

Tints of Carmine #98131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

 BLUE value IS 31 (12.5% from 255) = 15.35%

R = 75.25%
G = 9.41%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98131F (or 0x98131F) is known color: Carmine. HEX triplet: 98, 13 and 1F. RGB value is (152,19,31). Sum of RGB (Red+Green+Blue) = 152+19+31=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #98131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98131F is #67ECE0. Grayscale: #3C3C3C. Windows color (decimal): -6810849 or 2036632. OLE color: 2036632.

HSL color Cylindrical-coordinate representation of color #98131F: hue angle of 354.59º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98131F is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 31 -
CMYK 0 0.87 0.80 0.40
HSL 354.59º 0.78% 0.34% -
HSV(B) 354.59º 0.88% 0.6% -
XYZ 13.43 7.24 1.99 -
YUV 60.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 152 19 31 0 0.87 0.80 0.40 354.59 0.78 0.34
Hex 98 13 1F 0 57 50 28 163 4E 22
Octal 230 23 37 0 127 120 50 543 116 42
Binary 10011000 10011 11111 0 1010111 1010000 101000 101100011 1001110 100010

Color Harmonies of #98131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98131F

Black with #98131F

Text Example


Text Example

White with #98131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98131F; }

 p { color: rgb(152,19,31); }

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

background-color css

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

 a { background-color: rgb(152,19,31); }

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

border-color css

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

 span { border-color: rgb(152,19,31); }

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