Html Css Color HEX #98131D Carmine

📋 copy color: '#98131D'

red 152 ◦ green 19 ◦ blue 29

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

Shades of Carmine #98131D

Tints of Carmine #98131D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.5%

R = 76%
G = 9.5%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98131D (or 0x98131D) is known color: Carmine. HEX triplet: 98, 13 and 1D. RGB value is (152,19,29). Sum of RGB (Red+Green+Blue) = 152+19+29=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #98131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98131D is #67ECE2. Grayscale: #3C3C3C. Windows color (decimal): -6810851 or 1905560. OLE color: 1905560.

HSL color Cylindrical-coordinate representation of color #98131D: hue angle of 355.49º 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 #98131D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 29 -
CMYK 0 0.87 0.81 0.40
HSL 355.49º 0.78% 0.34% -
HSV(B) 355.49º 0.88% 0.6% -
XYZ 13.4 7.23 1.85 -
YUV 59.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 152 19 29 0 0.87 0.81 0.40 355.49 0.78 0.34
Hex 98 13 1D 0 57 51 28 163 4E 22
Octal 230 23 35 0 127 121 50 543 116 42
Binary 10011000 10011 11101 0 1010111 1010001 101000 101100011 1001110 100010

Color Harmonies of #98131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98131D

Black with #98131D

Text Example


Text Example

White with #98131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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