Html Css Color HEX #910620 Carmine

📋 copy color: '#910620'

red 145 ◦ green 6 ◦ blue 32

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

Shades of Carmine #910620

Tints of Carmine #910620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.28%

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

R = 79.23%
G = 3.28%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#910620 (or 0x910620) is known color: Carmine. HEX triplet: 91, 06 and 20. RGB value is (145,6,32). Sum of RGB (Red+Green+Blue) = 145+6+32=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #910620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910620 is #6EF9DF. Grayscale: #323232. Windows color (decimal): -7272928 or 2098833. OLE color: 2098833.

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

Color convert

RGB 145 6 32 -
CMYK 0 0.96 0.78 0.43
HSL 348.78º 0.92% 0.3% -
HSV(B) 348.78º 0.96% 0.57% -
XYZ 12 6.25 1.94 -
YUV 50.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 145 6 32 0 0.96 0.78 0.43 348.78 0.92 0.3
Hex 91 6 20 0 60 4E 2B 15D 5C 1E
Octal 221 6 40 0 140 116 53 535 134 36
Binary 10010001 110 100000 0 1100000 1001110 101011 101011101 1011100 11110

Color Harmonies of #910620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910620

Black with #910620

Text Example


Text Example

White with #910620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910620; }

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

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

background-color css

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

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

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

border-color css

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

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

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