Html Css Color HEX #97121C Carmine

📋 copy color: '#97121C'

red 151 ◦ green 18 ◦ blue 28

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

Shades of Carmine #97121C

Tints of Carmine #97121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

 BLUE value IS 28 (11.33% from 255) = 14.21%

R = 76.65%
G = 9.14%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#97121C (or 0x97121C) is known color: Carmine. HEX triplet: 97, 12 and 1C. RGB value is (151,18,28). Sum of RGB (Red+Green+Blue) = 151+18+28=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #97121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97121C is #68EDE3. Grayscale: #3A3A3A. Windows color (decimal): -6876644 or 1839767. OLE color: 1839767.

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

Color convert

RGB 151 18 28 -
CMYK 0 0.88 0.81 0.41
HSL 355.49º 0.79% 0.33% -
HSV(B) 355.49º 0.88% 0.59% -
XYZ 13.19 7.1 1.77 -
YUV 58.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 151 18 28 0 0.88 0.81 0.41 355.49 0.79 0.33
Hex 97 12 1C 0 58 51 29 163 4F 21
Octal 227 22 34 0 130 121 51 543 117 41
Binary 10010111 10010 11100 0 1011000 1010001 101001 101100011 1001111 100001

Color Harmonies of #97121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97121C

Black with #97121C

Text Example


Text Example

White with #97121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97121C; }

 p { color: rgb(151,18,28); }

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

background-color css

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

 a { background-color: rgb(151,18,28); }

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

border-color css

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

 span { border-color: rgb(151,18,28); }

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