Html Css Color HEX #971617 Carmine

📋 copy color: '#971617'

red 151 ◦ green 22 ◦ blue 23

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

Shades of Carmine #971617

Tints of Carmine #971617

RGB

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

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

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

R = 77.04%
G = 11.22%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#971617 (or 0x971617) is known color: Carmine. HEX triplet: 97, 16 and 17. RGB value is (151,22,23). Sum of RGB (Red+Green+Blue) = 151+22+23=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #971617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971617 is #68E9E8. Grayscale: #3C3C3C. Windows color (decimal): -6875625 or 1513111. OLE color: 1513111.

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

Color convert

RGB 151 22 23 -
CMYK 0 0.85 0.85 0.41
HSL 359.53º 0.75% 0.34% -
HSV(B) 359.53º 0.85% 0.59% -
XYZ 13.2 7.21 1.51 -
YUV 60.69 106.74 192.42 -
System Red Green Blue C M Y K H S L
Decimal 151 22 23 0 0.85 0.85 0.41 359.53 0.75 0.34
Hex 97 16 17 0 55 55 29 168 4B 22
Octal 227 26 27 0 125 125 51 550 113 42
Binary 10010111 10110 10111 0 1010101 1010101 101001 101101000 1001011 100010

Color Harmonies of #971617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971617

Black with #971617

Text Example


Text Example

White with #971617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971617; }

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

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

background-color css

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

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

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

border-color css

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

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

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