Html Css Color HEX #911321 Carmine

📋 copy color: '#911321'

red 145 ◦ green 19 ◦ blue 33

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

Shades of Carmine #911321

Tints of Carmine #911321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.64%

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

R = 73.6%
G = 9.64%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#911321 (or 0x911321) is known color: Carmine. HEX triplet: 91, 13 and 21. RGB value is (145,19,33). Sum of RGB (Red+Green+Blue) = 145+19+33=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #911321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911321 is #6EECDE. Grayscale: #3A3A3A. Windows color (decimal): -7269599 or 2167697. OLE color: 2167697.

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

Color convert

RGB 145 19 33 -
CMYK 0 0.87 0.77 0.43
HSL 353.33º 0.77% 0.32% -
HSV(B) 353.33º 0.87% 0.57% -
XYZ 12.18 6.6 2.07 -
YUV 58.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 145 19 33 0 0.87 0.77 0.43 353.33 0.77 0.32
Hex 91 13 21 0 57 4D 2B 161 4D 20
Octal 221 23 41 0 127 115 53 541 115 40
Binary 10010001 10011 100001 0 1010111 1001101 101011 101100001 1001101 100000

Color Harmonies of #911321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911321

Black with #911321

Text Example


Text Example

White with #911321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911321; }

 p { color: rgb(145,19,33); }

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

background-color css

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

 a { background-color: rgb(145,19,33); }

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

border-color css

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

 span { border-color: rgb(145,19,33); }

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