Html Css Color HEX #981317 Carmine

📋 copy color: '#981317'

red 152 ◦ green 19 ◦ blue 23

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

Shades of Carmine #981317

Tints of Carmine #981317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.86%

R = 78.35%
G = 9.79%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#981317 (or 0x981317) is known color: Carmine. HEX triplet: 98, 13 and 17. RGB value is (152,19,23). Sum of RGB (Red+Green+Blue) = 152+19+23=194 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.35% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 152 - color contains mainly: red. Hex color #981317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981317 is #67ECE8. Grayscale: #3B3B3B. Windows color (decimal): -6810857 or 1512344. OLE color: 1512344.

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

Color convert

RGB 152 19 23 -
CMYK 0 0.87 0.85 0.40
HSL 358.2º 0.78% 0.34% -
HSV(B) 358.2º 0.88% 0.6% -
XYZ 13.34 7.2 1.5 -
YUV 59.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 152 19 23 0 0.87 0.85 0.40 358.2 0.78 0.34
Hex 98 13 17 0 57 55 28 166 4E 22
Octal 230 23 27 0 127 125 50 546 116 42
Binary 10011000 10011 10111 0 1010111 1010101 101000 101100110 1001110 100010

Color Harmonies of #981317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981317

Black with #981317

Text Example


Text Example

White with #981317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981317; }

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

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

background-color css

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

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

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

border-color css

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

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

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