#46125D

Color #46125D Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #46125D

Tints of Scarlet Gum #46125D

Color information

#46125D (or 0x46125D) is unknown color: approx Scarlet Gum. HEX triplet: 46, 12 and 5D. RGB value is (70,18,93). Sum of RGB (Red+Green+Blue) = 70+18+93=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #46125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46125D is #B9EDA2. Grayscale: #292929. Windows color (decimal): -12184995 or 6099526. OLE color: 6099526.

HSL color Cylindrical-coordinate representation of color #46125D: hue angle of 281.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46125D is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB701893-
CMYK0.250.8100.64
HSL281.6º67.57%21.76%-
HSV(B)281.6º80.65%36.47%-
XYZ4.722.5310.59-
YUV42.1156.73147.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=38.67%
G=9.94%
B=51.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7018930.250.8100.64281.667.5721.76
Hex46125D195104011a4416
Octal1062213531121010043210426
Binary100011010010101110111001101000101000000100011010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46125D; }

 p { color: rgb(70,18,93); }

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

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

 a { background-color: rgb(70,18,93); }

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

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

 span { border-color: rgb(70,18,93); }

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