Html Css Color HEX #971017 Carmine

📋 copy color: '#971017'

red 151 ◦ green 16 ◦ blue 23

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

Shades of Carmine #971017

Tints of Carmine #971017

RGB

 RED value IS 151 (59.38% from 255) = 79.47%

 GREEN value IS 16 (6.64% from 255) = 8.42%

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

R = 79.47%
G = 8.42%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#971017 (or 0x971017) is known color: Carmine. HEX triplet: 97, 10 and 17. RGB value is (151,16,23). Sum of RGB (Red+Green+Blue) = 151+16+23=190 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.47% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 151 - color contains mainly: red. Hex color #971017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971017 is #68EFE8. Grayscale: #393939. Windows color (decimal): -6877161 or 1511575. OLE color: 1511575.

HSL color Cylindrical-coordinate representation of color #971017: hue angle of 356.89º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971017 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 23 -
CMYK 0 0.89 0.85 0.41
HSL 356.89º 0.81% 0.33% -
HSV(B) 356.89º 0.89% 0.59% -
XYZ 13.1 7.01 1.47 -
YUV 57.16 108.73 194.93 -
System Red Green Blue C M Y K H S L
Decimal 151 16 23 0 0.89 0.85 0.41 356.89 0.81 0.33
Hex 97 10 17 0 59 55 29 165 51 21
Octal 227 20 27 0 131 125 51 545 121 41
Binary 10010111 10000 10111 0 1011001 1010101 101001 101100101 1010001 100001

Color Harmonies of #971017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971017

Black with #971017

Text Example


Text Example

White with #971017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971017; }

 p { color: rgb(151,16,23); }

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

background-color css

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

 a { background-color: rgb(151,16,23); }

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

border-color css

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

 span { border-color: rgb(151,16,23); }

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