#931521

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

Shades of Carmine #931521

Tints of Carmine #931521

Color information

#931521 (or 0x931521) is unknown color: approx Carmine. HEX triplet: 93, 15 and 21. RGB value is (147,21,33). Sum of RGB (Red+Green+Blue) = 147+21+33=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #931521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931521 is #6CEADE. Grayscale: #3C3C3C. Windows color (decimal): -7138015 or 2168211. OLE color: 2168211.

HSL color Cylindrical-coordinate representation of color #931521: hue angle of 354.29º 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 #931521 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1472133-
CMYK00.860.780.42
HSL354.29º75%32.94%-
HSV(B)354.29º85.71%57.65%-
XYZ12.586.852.1-
YUV60.04112.74190.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.13%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=73.13%
G=10.45%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147213300.860.780.42354.297532.94
Hex9315210564E2A1624b21
Octal223254101261165254211341
Binary10010011101011000010101011010011101010101011000101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931521; }

 p { color: rgb(147,21,33); }

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

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

 a { background-color: rgb(147,21,33); }

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

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

 span { border-color: rgb(147,21,33); }

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