#930817

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

Shades of Carmine #930817

Tints of Carmine #930817

Color information

#930817 (or 0x930817) is unknown color: approx Carmine. HEX triplet: 93, 08 and 17. RGB value is (147,8,23). Sum of RGB (Red+Green+Blue) = 147+8+23=178 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.58% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 147 - color contains mainly: red. Hex color #930817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930817 is #6CF7E8. Grayscale: #333333. Windows color (decimal): -7141353 or 1509523. OLE color: 1509523.

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

Color convert

RGB147823-
CMYK00.950.840.42
HSL353.53º89.68%30.39%-
HSV(B)353.53º94.56%57.65%-
XYZ12.276.441.41-
YUV51.27112.05196.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 82.58%
GREEN value IS 8 (3.52% from 255) = 4.49%
BLUE value IS 23 (9.38% from 255) = 12.92%
R=82.58%
G=4.49%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14782300.950.840.42353.5389.6830.39
Hex9381705F542A1625a1e
Octal223102701371245254213236
Binary10010011100010111010111111010100101010101100010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930817; }

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

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

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

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

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

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

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

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