Html Css Color HEX #910517 Carmine

📋 copy color: '#910517'

red 145 ◦ green 5 ◦ blue 23

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

Shades of Carmine #910517

Tints of Carmine #910517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.29%

R = 83.82%
G = 2.89%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#910517 (or 0x910517) is known color: Carmine. HEX triplet: 91, 05 and 17. RGB value is (145,5,23). Sum of RGB (Red+Green+Blue) = 145+5+23=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #910517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910517 is #6EFAE8. Grayscale: #303030. Windows color (decimal): -7273193 or 1508753. OLE color: 1508753.

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

Color convert

RGB 145 5 23 -
CMYK 0 0.97 0.84 0.43
HSL 352.29º 0.93% 0.29% -
HSV(B) 352.29º 0.97% 0.57% -
XYZ 11.89 6.19 1.38 -
YUV 48.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 145 5 23 0 0.97 0.84 0.43 352.29 0.93 0.29
Hex 91 5 17 0 61 54 2B 160 5D 1D
Octal 221 5 27 0 141 124 53 540 135 35
Binary 10010001 101 10111 0 1100001 1010100 101011 101100000 1011101 11101

Color Harmonies of #910517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910517

Black with #910517

Text Example


Text Example

White with #910517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910517; }

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

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

background-color css

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

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

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

border-color css

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

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

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