Html Css Color HEX #931328 Carmine

📋 copy color: '#931328'

red 147 ◦ green 19 ◦ blue 40

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

Shades of Carmine #931328

Tints of Carmine #931328

RGB

 RED value IS 147 (57.81% from 255) = 71.36%

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

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

R = 71.36%
G = 9.22%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#931328 (or 0x931328) is known color: Carmine. HEX triplet: 93, 13 and 28. RGB value is (147,19,40). Sum of RGB (Red+Green+Blue) = 147+19+40=206 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.36% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 147 - color contains mainly: red. Hex color #931328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931328 is #6CECD7. Grayscale: #3B3B3B. Windows color (decimal): -7138520 or 2626451. OLE color: 2626451.

HSL color Cylindrical-coordinate representation of color #931328: hue angle of 350.16º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931328 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 19 40 -
CMYK 0 0.87 0.73 0.42
HSL 350.16º 0.77% 0.33% -
HSV(B) 350.16º 0.87% 0.58% -
XYZ 12.65 6.82 2.66 -
YUV 59.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 147 19 40 0 0.87 0.73 0.42 350.16 0.77 0.33
Hex 93 13 28 0 57 49 2A 15E 4D 21
Octal 223 23 50 0 127 111 52 536 115 41
Binary 10010011 10011 101000 0 1010111 1001001 101010 101011110 1001101 100001

Color Harmonies of #931328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931328

Black with #931328

Text Example


Text Example

White with #931328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931328; }

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

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

background-color css

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

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

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

border-color css

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

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

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