Html Css Color HEX #910616 Carmine

📋 copy color: '#910616'

red 145 ◦ green 6 ◦ blue 22

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

Shades of Carmine #910616

Tints of Carmine #910616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 83.82%
G = 3.47%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#910616 (or 0x910616) is known color: Carmine. HEX triplet: 91, 06 and 16. RGB value is (145,6,22). Sum of RGB (Red+Green+Blue) = 145+6+22=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #910616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910616 is #6EF9E9. Grayscale: #313131. Windows color (decimal): -7272938 or 1443473. OLE color: 1443473.

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

Color convert

RGB 145 6 22 -
CMYK 0 0.96 0.85 0.43
HSL 353.09º 0.92% 0.3% -
HSV(B) 353.09º 0.96% 0.57% -
XYZ 11.89 6.21 1.33 -
YUV 49.39 112.55 196.2 -
System Red Green Blue C M Y K H S L
Decimal 145 6 22 0 0.96 0.85 0.43 353.09 0.92 0.3
Hex 91 6 16 0 60 55 2B 161 5C 1E
Octal 221 6 26 0 140 125 53 541 134 36
Binary 10010001 110 10110 0 1100000 1010101 101011 101100001 1011100 11110

Color Harmonies of #910616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910616

Black with #910616

Text Example


Text Example

White with #910616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910616; }

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

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

background-color css

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

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

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

border-color css

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

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

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