#930714

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

Shades of Carmine #930714

Tints of Carmine #930714

Color information

#930714 (or 0x930714) is unknown color: approx Carmine. HEX triplet: 93, 07 and 14. RGB value is (147,7,20). Sum of RGB (Red+Green+Blue) = 147+7+20=174 (23% of max value = 765). Red value is 147 (57.81% from 255 or 84.48% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 147 - color contains mainly: red. Hex color #930714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930714 is #6CF8EB. Grayscale: #323232. Windows color (decimal): -7141612 or 1312659. OLE color: 1312659.

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

Color convert

RGB147720-
CMYK00.950.860.42
HSL354.43º90.91%30.2%-
HSV(B)354.43º95.24%57.65%-
XYZ12.236.411.25-
YUV50.34110.88196.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 84.48%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=84.48%
G=4.02%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14772000.950.860.42354.4390.9130.2
Hex9371405F562A1625b1e
Octal22372401371265254213336
Binary1001001111110100010111111010110101010101100010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930714; }

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

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

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

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

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

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

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

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