Html Css Color HEX #910914 Carmine

📋 copy color: '#910914'

red 145 ◦ green 9 ◦ blue 20

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

Shades of Carmine #910914

Tints of Carmine #910914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.17%

 BLUE value IS 20 (8.2% from 255) = 11.49%

R = 83.33%
G = 5.17%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#910914 (or 0x910914) is known color: Carmine. HEX triplet: 91, 09 and 14. RGB value is (145,9,20). Sum of RGB (Red+Green+Blue) = 145+9+20=174 (23% of max value = 765). Red value is 145 (57.03% from 255 or 83.33% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 145 - color contains mainly: red. Hex color #910914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910914 is #6EF6EB. Grayscale: #333333. Windows color (decimal): -7272172 or 1313169. OLE color: 1313169.

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

Color convert

RGB 145 9 20 -
CMYK 0 0.94 0.86 0.43
HSL 355.15º 0.88% 0.3% -
HSV(B) 355.15º 0.94% 0.57% -
XYZ 11.9 6.27 1.24 -
YUV 50.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 145 9 20 0 0.94 0.86 0.43 355.15 0.88 0.3
Hex 91 9 14 0 5E 56 2B 163 58 1E
Octal 221 11 24 0 136 126 53 543 130 36
Binary 10010001 1001 10100 0 1011110 1010110 101011 101100011 1011000 11110

Color Harmonies of #910914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910914

Black with #910914

Text Example


Text Example

White with #910914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910914; }

 p { color: rgb(145,9,20); }

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

background-color css

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

 a { background-color: rgb(145,9,20); }

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

border-color css

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

 span { border-color: rgb(145,9,20); }

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