Html Css Color HEX #97101B Carmine

📋 copy color: '#97101B'

red 151 ◦ green 16 ◦ blue 27

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

Shades of Carmine #97101B

Tints of Carmine #97101B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.92%

R = 77.84%
G = 8.25%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#97101B (or 0x97101B) is known color: Carmine. HEX triplet: 97, 10 and 1B. RGB value is (151,16,27). Sum of RGB (Red+Green+Blue) = 151+16+27=194 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.84% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 151 - color contains mainly: red. Hex color #97101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97101B is #68EFE4. Grayscale: #393939. Windows color (decimal): -6877157 or 1773719. OLE color: 1773719.

HSL color Cylindrical-coordinate representation of color #97101B: hue angle of 355.11º 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 #97101B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 27 -
CMYK 0 0.89 0.82 0.41
HSL 355.11º 0.81% 0.33% -
HSV(B) 355.11º 0.89% 0.59% -
XYZ 13.15 7.03 1.7 -
YUV 57.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 151 16 27 0 0.89 0.82 0.41 355.11 0.81 0.33
Hex 97 10 1B 0 59 52 29 163 51 21
Octal 227 20 33 0 131 122 51 543 121 41
Binary 10010111 10000 11011 0 1011001 1010010 101001 101100011 1010001 100001

Color Harmonies of #97101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97101B

Black with #97101B

Text Example


Text Example

White with #97101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97101B; }

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

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

background-color css

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

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

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

border-color css

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

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

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