#462053

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

Shades of Scarlet Gum #462053

Tints of Scarlet Gum #462053

Color information

#462053 (or 0x462053) is unknown color: approx Scarlet Gum. HEX triplet: 46, 20 and 53. RGB value is (70,32,83). Sum of RGB (Red+Green+Blue) = 70+32+83=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #462053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462053 is #B9DFAC. Grayscale: #313131. Windows color (decimal): -12181421 or 5447750. OLE color: 5447750.

HSL color Cylindrical-coordinate representation of color #462053: hue angle of 284.71º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #462053 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB703283-
CMYK0.160.6100.67
HSL284.71º44.35%22.55%-
HSV(B)284.71º61.45%32.55%-
XYZ4.62.968.51-
YUV49.18147.09142.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=37.84%
G=17.30%
B=44.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7032830.160.6100.67284.7144.3522.55
Hex462053103D04311d2c17
Octal10640123207501034355427
Binary10001101000001010011100001111010100001110001110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462053; }

 p { color: rgb(70,32,83); }

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

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

 a { background-color: rgb(70,32,83); }

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

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

 span { border-color: rgb(70,32,83); }

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