Html Css Color HEX #981617 Carmine

📋 copy color: '#981617'

red 152 ◦ green 22 ◦ blue 23

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

Shades of Carmine #981617

Tints of Carmine #981617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.17%

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

R = 77.16%
G = 11.17%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#981617 (or 0x981617) is known color: Carmine. HEX triplet: 98, 16 and 17. RGB value is (152,22,23). Sum of RGB (Red+Green+Blue) = 152+22+23=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #981617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981617 is #67E9E8. Grayscale: #3D3D3D. Windows color (decimal): -6810089 or 1513112. OLE color: 1513112.

HSL color Cylindrical-coordinate representation of color #981617: hue angle of 359.54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981617 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 22 23 -
CMYK 0 0.86 0.85 0.40
HSL 359.54º 0.75% 0.34% -
HSV(B) 359.54º 0.86% 0.6% -
XYZ 13.39 7.31 1.52 -
YUV 60.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 152 22 23 0 0.86 0.85 0.40 359.54 0.75 0.34
Hex 98 16 17 0 56 55 28 168 4B 22
Octal 230 26 27 0 126 125 50 550 113 42
Binary 10011000 10110 10111 0 1010110 1010101 101000 101101000 1001011 100010

Color Harmonies of #981617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981617

Black with #981617

Text Example


Text Example

White with #981617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981617; }

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

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

background-color css

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

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

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

border-color css

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

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

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