Html Css Color HEX #980717 Carmine

📋 copy color: '#980717'

red 152 ◦ green 7 ◦ blue 23

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

Shades of Carmine #980717

Tints of Carmine #980717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.85%

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

R = 83.52%
G = 3.85%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#980717 (or 0x980717) is known color: Carmine. HEX triplet: 98, 07 and 17. RGB value is (152,7,23). Sum of RGB (Red+Green+Blue) = 152+7+23=182 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.52% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 152 - color contains mainly: red. Hex color #980717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980717 is #67F8E8. Grayscale: #343434. Windows color (decimal): -6813929 or 1509272. OLE color: 1509272.

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

Color convert

RGB 152 7 23 -
CMYK 0 0.95 0.85 0.40
HSL 353.38º 0.91% 0.31% -
HSV(B) 353.38º 0.95% 0.6% -
XYZ 13.18 6.89 1.45 -
YUV 52.18 111.54 199.2 -
System Red Green Blue C M Y K H S L
Decimal 152 7 23 0 0.95 0.85 0.40 353.38 0.91 0.31
Hex 98 7 17 0 5F 55 28 161 5B 1F
Octal 230 7 27 0 137 125 50 541 133 37
Binary 10011000 111 10111 0 1011111 1010101 101000 101100001 1011011 11111

Color Harmonies of #980717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980717

Black with #980717

Text Example


Text Example

White with #980717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980717; }

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

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

background-color css

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

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

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

border-color css

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

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

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