Html Css Color HEX #971621 Carmine

📋 copy color: '#971621'

red 151 ◦ green 22 ◦ blue 33

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

Shades of Carmine #971621

Tints of Carmine #971621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.02%

R = 73.3%
G = 10.68%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#971621 (or 0x971621) is known color: Carmine. HEX triplet: 97, 16 and 21. RGB value is (151,22,33). Sum of RGB (Red+Green+Blue) = 151+22+33=206 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.30% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 151 - color contains mainly: red. Hex color #971621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971621 is #68E9DE. Grayscale: #3D3D3D. Windows color (decimal): -6875615 or 2168471. OLE color: 2168471.

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

Color convert

RGB 151 22 33 -
CMYK 0 0.85 0.78 0.41
HSL 354.88º 0.75% 0.34% -
HSV(B) 354.88º 0.85% 0.59% -
XYZ 13.32 7.26 2.14 -
YUV 61.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 151 22 33 0 0.85 0.78 0.41 354.88 0.75 0.34
Hex 97 16 21 0 55 4E 29 163 4B 22
Octal 227 26 41 0 125 116 51 543 113 42
Binary 10010111 10110 100001 0 1010101 1001110 101001 101100011 1001011 100010

Color Harmonies of #971621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971621

Black with #971621

Text Example


Text Example

White with #971621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971621; }

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

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

background-color css

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

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

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

border-color css

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

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

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