#930726

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

Shades of Carmine #930726

Tints of Carmine #930726

Color information

#930726 (or 0x930726) is unknown color: approx Carmine. HEX triplet: 93, 07 and 26. RGB value is (147,7,38). Sum of RGB (Red+Green+Blue) = 147+7+38=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #930726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930726 is #6CF8D9. Grayscale: #343434. Windows color (decimal): -7141594 or 2492307. OLE color: 2492307.

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

Color convert

RGB147738-
CMYK00.950.740.42
HSL346.71º90.91%30.2%-
HSV(B)346.71º95.24%57.65%-
XYZ12.466.492.43-
YUV52.39119.88195.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.56%
GREEN value IS 7 (3.12% from 255) = 3.65%
BLUE value IS 38 (15.23% from 255) = 19.79%
R=76.56%
G=3.65%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14773800.950.740.42346.7190.9130.2
Hex9372605F4A2A15b5b1e
Octal22374601371125253313336
Binary10010011111100110010111111001010101010101011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930726; }

 p { color: rgb(147,7,38); }

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

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

 a { background-color: rgb(147,7,38); }

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

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

 span { border-color: rgb(147,7,38); }

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