Html Css Color HEX #911328 Carmine

📋 copy color: '#911328'

red 145 ◦ green 19 ◦ blue 40

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

Shades of Carmine #911328

Tints of Carmine #911328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.61%

R = 71.08%
G = 9.31%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#911328 (or 0x911328) is known color: Carmine. HEX triplet: 91, 13 and 28. RGB value is (145,19,40). Sum of RGB (Red+Green+Blue) = 145+19+40=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #911328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911328 is #6EECD7. Grayscale: #3B3B3B. Windows color (decimal): -7269592 or 2626449. OLE color: 2626449.

HSL color Cylindrical-coordinate representation of color #911328: hue angle of 350º 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 #911328 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 19 40 -
CMYK 0 0.87 0.72 0.43
HSL 350º 0.77% 0.32% -
HSV(B) 350º 0.87% 0.57% -
XYZ 12.29 6.64 2.64 -
YUV 59.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 145 19 40 0 0.87 0.72 0.43 350 0.77 0.32
Hex 91 13 28 0 57 48 2B 15E 4D 20
Octal 221 23 50 0 127 110 53 536 115 40
Binary 10010001 10011 101000 0 1010111 1001000 101011 101011110 1001101 100000

Color Harmonies of #911328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911328

Black with #911328

Text Example


Text Example

White with #911328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911328; }

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

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

background-color css

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

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

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

border-color css

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

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

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