Html Css Color HEX #931322 Carmine

📋 copy color: '#931322'

red 147 ◦ green 19 ◦ blue 34

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

Shades of Carmine #931322

Tints of Carmine #931322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17%

R = 73.5%
G = 9.5%
B = 17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#931322 (or 0x931322) is known color: Carmine. HEX triplet: 93, 13 and 22. RGB value is (147,19,34). Sum of RGB (Red+Green+Blue) = 147+19+34=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #931322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931322 is #6CECDD. Grayscale: #3B3B3B. Windows color (decimal): -7138526 or 2233235. OLE color: 2233235.

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

Color convert

RGB 147 19 34 -
CMYK 0 0.87 0.77 0.42
HSL 352.97º 0.77% 0.33% -
HSV(B) 352.97º 0.87% 0.58% -
XYZ 12.55 6.78 2.16 -
YUV 58.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 147 19 34 0 0.87 0.77 0.42 352.97 0.77 0.33
Hex 93 13 22 0 57 4D 2A 161 4D 21
Octal 223 23 42 0 127 115 52 541 115 41
Binary 10010011 10011 100010 0 1010111 1001101 101010 101100001 1001101 100001

Color Harmonies of #931322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931322

Black with #931322

Text Example


Text Example

White with #931322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931322; }

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

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

background-color css

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

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

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

border-color css

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

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

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