#931617

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

Shades of Carmine #931617

Tints of Carmine #931617

Color information

#931617 (or 0x931617) is unknown color: approx Carmine. HEX triplet: 93, 16 and 17. RGB value is (147,22,23). Sum of RGB (Red+Green+Blue) = 147+22+23=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #931617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931617 is #6CE9E8. Grayscale: #3B3B3B. Windows color (decimal): -7137769 or 1513107. OLE color: 1513107.

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

Color convert

RGB1472223-
CMYK00.850.840.42
HSL359.52º73.96%33.14%-
HSV(B)359.52º85.03%57.65%-
XYZ12.476.841.47-
YUV59.49107.41190.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.56%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=76.56%
G=11.46%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147222300.850.840.42359.5273.9633.14
Hex931617055542A1684a21
Octal223262701251245255011241
Binary1001001110110101110101010110101001010101011010001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931617; }

 p { color: rgb(147,22,23); }

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

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

 a { background-color: rgb(147,22,23); }

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

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

 span { border-color: rgb(147,22,23); }

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