#930623

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

Shades of Carmine #930623

Tints of Carmine #930623

Color information

#930623 (or 0x930623) is unknown color: approx Carmine. HEX triplet: 93, 06 and 23. RGB value is (147,6,35). Sum of RGB (Red+Green+Blue) = 147+6+35=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #930623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930623 is #6CF9DC. Grayscale: #333333. Windows color (decimal): -7141853 or 2295443. OLE color: 2295443.

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

Color convert

RGB147635-
CMYK00.960.760.42
HSL347.66º92.16%30%-
HSV(B)347.66º95.92%57.65%-
XYZ12.46.452.18-
YUV51.46118.71196.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.19%
GREEN value IS 6 (2.73% from 255) = 3.19%
BLUE value IS 35 (14.06% from 255) = 18.62%
R=78.19%
G=3.19%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14763500.960.760.42347.6692.1630
Hex936230604C2A15c5c1e
Octal22364301401145253413436
Binary10010011110100011011000001001100101010101011100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930623; }

 p { color: rgb(147,6,35); }

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

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

 a { background-color: rgb(147,6,35); }

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

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

 span { border-color: rgb(147,6,35); }

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