Html Css Color HEX #910720 Carmine

📋 copy color: '#910720'

red 145 ◦ green 7 ◦ blue 32

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

Shades of Carmine #910720

Tints of Carmine #910720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

 BLUE value IS 32 (12.89% from 255) = 17.39%

R = 78.8%
G = 3.8%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#910720 (or 0x910720) is known color: Carmine. HEX triplet: 91, 07 and 20. RGB value is (145,7,32). Sum of RGB (Red+Green+Blue) = 145+7+32=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #910720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910720 is #6EF8DF. Grayscale: #333333. Windows color (decimal): -7272672 or 2099089. OLE color: 2099089.

HSL color Cylindrical-coordinate representation of color #910720: hue angle of 349.13º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910720 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 7 32 -
CMYK 0 0.95 0.78 0.43
HSL 349.13º 0.91% 0.3% -
HSV(B) 349.13º 0.95% 0.57% -
XYZ 12.01 6.28 1.94 -
YUV 51.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 145 7 32 0 0.95 0.78 0.43 349.13 0.91 0.3
Hex 91 7 20 0 5F 4E 2B 15D 5B 1E
Octal 221 7 40 0 137 116 53 535 133 36
Binary 10010001 111 100000 0 1011111 1001110 101011 101011101 1011011 11110

Color Harmonies of #910720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910720

Black with #910720

Text Example


Text Example

White with #910720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910720; }

 p { color: rgb(145,7,32); }

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

background-color css

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

 a { background-color: rgb(145,7,32); }

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

border-color css

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

 span { border-color: rgb(145,7,32); }

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