#462553

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

Shades of Scarlet Gum #462553

Tints of Scarlet Gum #462553

Color information

#462553 (or 0x462553) is unknown color: approx Scarlet Gum. HEX triplet: 46, 25 and 53. RGB value is (70,37,83). Sum of RGB (Red+Green+Blue) = 70+37+83=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #462553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462553 is #B9DAAC. Grayscale: #333333. Windows color (decimal): -12180141 or 5449030. OLE color: 5449030.

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

Color convert

RGB703783-
CMYK0.160.5500.67
HSL283.04º38.33%23.53%-
HSV(B)283.04º55.42%32.55%-
XYZ4.753.258.56-
YUV52.11145.43140.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=36.84%
G=19.47%
B=43.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7037830.160.5500.67283.0438.3323.53
Hex462553103704311b2618
Octal10645123206701034334630
Binary10001101001011010011100001101110100001110001101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462553; }

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

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

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

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

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

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

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

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