#462B53

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

Shades of Scarlet Gum #462B53

Tints of Scarlet Gum #462B53

Color information

#462B53 (or 0x462B53) is unknown color: approx Scarlet Gum. HEX triplet: 46, 2B and 53. RGB value is (70,43,83). Sum of RGB (Red+Green+Blue) = 70+43+83=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #462B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462B53 is #B9D4AC. Grayscale: #373737. Windows color (decimal): -12178605 or 5450566. OLE color: 5450566.

HSL color Cylindrical-coordinate representation of color #462B53: hue angle of 280.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #462B53 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB704383-
CMYK0.160.4800.67
HSL280.5º31.75%24.71%-
HSV(B)280.5º48.19%32.55%-
XYZ4.953.658.63-
YUV55.63143.45138.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=35.71%
G=21.94%
B=42.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7043830.160.4800.67280.531.7524.71
Hex462B5310300431182019
Octal10653123206001034304031
Binary10001101010111010011100001100000100001110001100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462B53; }

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

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

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

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

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

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

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

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