#941517

Color #941517 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #941517

Tints of Carmine #941517

Color information

#941517 (or 0x941517) is unknown color: approx Carmine. HEX triplet: 94, 15 and 17. RGB value is (148,21,23). Sum of RGB (Red+Green+Blue) = 148+21+23=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #941517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941517 is #6BEAE8. Grayscale: #3B3B3B. Windows color (decimal): -7072489 or 1512852. OLE color: 1512852.

HSL color Cylindrical-coordinate representation of color #941517: hue angle of 359.06º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941517 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1482123-
CMYK00.860.840.42
HSL359.06º75.15%33.14%-
HSV(B)359.06º85.81%58.04%-
XYZ12.646.891.48-
YUV59.2107.58191.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 77.08%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=77.08%
G=10.94%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148212300.860.840.42359.0675.1533.14
Hex941517056542A1674b21
Octal224252701261245254711341
Binary1001010010101101110101011010101001010101011001111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941517; }

 p { color: rgb(148,21,23); }

 H1.HeaderClassName
 {
   color: #941517;
 }
 .AnyTagClassName
 {
   color: #941517;
 }
</style>
background-color css

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

 a { background-color: rgb(148,21,23); }

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

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

 span { border-color: rgb(148,21,23); }

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