Html Css Color HEX #910519 Carmine

📋 copy color: '#910519'

red 145 ◦ green 5 ◦ blue 25

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

Shades of Carmine #910519

Tints of Carmine #910519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

 BLUE value IS 25 (10.16% from 255) = 14.29%

R = 82.86%
G = 2.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#910519 (or 0x910519) is known color: Carmine. HEX triplet: 91, 05 and 19. RGB value is (145,5,25). Sum of RGB (Red+Green+Blue) = 145+5+25=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #910519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910519 is #6EFAE6. Grayscale: #313131. Windows color (decimal): -7273191 or 1639825. OLE color: 1639825.

HSL color Cylindrical-coordinate representation of color #910519: hue angle of 351.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910519 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 5 25 -
CMYK 0 0.97 0.83 0.43
HSL 351.43º 0.93% 0.29% -
HSV(B) 351.43º 0.97% 0.57% -
XYZ 11.91 6.2 1.49 -
YUV 49.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 145 5 25 0 0.97 0.83 0.43 351.43 0.93 0.29
Hex 91 5 19 0 61 53 2B 15F 5D 1D
Octal 221 5 31 0 141 123 53 537 135 35
Binary 10010001 101 11001 0 1100001 1010011 101011 101011111 1011101 11101

Color Harmonies of #910519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910519

Black with #910519

Text Example


Text Example

White with #910519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910519; }

 p { color: rgb(145,5,25); }

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

background-color css

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

 a { background-color: rgb(145,5,25); }

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

border-color css

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

 span { border-color: rgb(145,5,25); }

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