Html Css Color HEX #971620 Carmine

📋 copy color: '#971620'

red 151 ◦ green 22 ◦ blue 32

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

Shades of Carmine #971620

Tints of Carmine #971620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.61%

R = 73.66%
G = 10.73%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#971620 (or 0x971620) is known color: Carmine. HEX triplet: 97, 16 and 20. RGB value is (151,22,32). Sum of RGB (Red+Green+Blue) = 151+22+32=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #971620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971620 is #68E9DF. Grayscale: #3D3D3D. Windows color (decimal): -6875616 or 2102935. OLE color: 2102935.

HSL color Cylindrical-coordinate representation of color #971620: hue angle of 355.35º 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 #971620 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 22 32 -
CMYK 0 0.85 0.79 0.41
HSL 355.35º 0.75% 0.34% -
HSV(B) 355.35º 0.85% 0.59% -
XYZ 13.31 7.26 2.07 -
YUV 61.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 151 22 32 0 0.85 0.79 0.41 355.35 0.75 0.34
Hex 97 16 20 0 55 4F 29 163 4B 22
Octal 227 26 40 0 125 117 51 543 113 42
Binary 10010111 10110 100000 0 1010101 1001111 101001 101100011 1001011 100010

Color Harmonies of #971620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971620

Black with #971620

Text Example


Text Example

White with #971620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971620; }

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

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

background-color css

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

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

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

border-color css

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

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

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