Html Css Color HEX #911125 Carmine

📋 copy color: '#911125'

red 145 ◦ green 17 ◦ blue 37

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

Shades of Carmine #911125

Tints of Carmine #911125

RGB

 RED value IS 145 (57.03% from 255) = 72.86%

 GREEN value IS 17 (7.03% from 255) = 8.54%

 BLUE value IS 37 (14.84% from 255) = 18.59%

R = 72.86%
G = 8.54%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#911125 (or 0x911125) is known color: Carmine. HEX triplet: 91, 11 and 25. RGB value is (145,17,37). Sum of RGB (Red+Green+Blue) = 145+17+37=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #911125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911125 is #6EEEDA. Grayscale: #393939. Windows color (decimal): -7270107 or 2429329. OLE color: 2429329.

HSL color Cylindrical-coordinate representation of color #911125: hue angle of 350.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911125 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 17 37 -
CMYK 0 0.88 0.74 0.43
HSL 350.63º 0.79% 0.32% -
HSV(B) 350.63º 0.88% 0.57% -
XYZ 12.21 6.55 2.37 -
YUV 57.55 116.41 190.37 -
System Red Green Blue C M Y K H S L
Decimal 145 17 37 0 0.88 0.74 0.43 350.63 0.79 0.32
Hex 91 11 25 0 58 4A 2B 15F 4F 20
Octal 221 21 45 0 130 112 53 537 117 40
Binary 10010001 10001 100101 0 1011000 1001010 101011 101011111 1001111 100000

Color Harmonies of #911125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911125

Black with #911125

Text Example


Text Example

White with #911125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911125; }

 p { color: rgb(145,17,37); }

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

background-color css

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

 a { background-color: rgb(145,17,37); }

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

border-color css

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

 span { border-color: rgb(145,17,37); }

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