Html Css Color HEX #980917 Carmine

📋 copy color: '#980917'

red 152 ◦ green 9 ◦ blue 23

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

Shades of Carmine #980917

Tints of Carmine #980917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.89%

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

R = 82.61%
G = 4.89%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#980917 (or 0x980917) is known color: Carmine. HEX triplet: 98, 09 and 17. RGB value is (152,9,23). Sum of RGB (Red+Green+Blue) = 152+9+23=184 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.61% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 152 - color contains mainly: red. Hex color #980917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980917 is #67F6E8. Grayscale: #353535. Windows color (decimal): -6813417 or 1509784. OLE color: 1509784.

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

Color convert

RGB 152 9 23 -
CMYK 0 0.94 0.85 0.40
HSL 354.13º 0.89% 0.32% -
HSV(B) 354.13º 0.94% 0.6% -
XYZ 13.2 6.93 1.45 -
YUV 53.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 152 9 23 0 0.94 0.85 0.40 354.13 0.89 0.32
Hex 98 9 17 0 5E 55 28 162 59 20
Octal 230 11 27 0 136 125 50 542 131 40
Binary 10011000 1001 10111 0 1011110 1010101 101000 101100010 1011001 100000

Color Harmonies of #980917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980917

Black with #980917

Text Example


Text Example

White with #980917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980917; }

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

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

background-color css

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

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

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

border-color css

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

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

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