#461D53

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

Shades of Scarlet Gum #461D53

Tints of Scarlet Gum #461D53

Color information

#461D53 (or 0x461D53) is unknown color: approx Scarlet Gum. HEX triplet: 46, 1D and 53. RGB value is (70,29,83). Sum of RGB (Red+Green+Blue) = 70+29+83=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #461D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461D53 is #B9E2AC. Grayscale: #2F2F2F. Windows color (decimal): -12182189 or 5446982. OLE color: 5446982.

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

Color convert

RGB702983-
CMYK0.160.6500.67
HSL285.56º48.21%21.96%-
HSV(B)285.56º65.06%32.55%-
XYZ4.532.818.49-
YUV47.42148.08144.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 29 (11.72% from 255) = 15.93%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=38.46%
G=15.93%
B=45.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7029830.160.6500.67285.5648.2121.96
Hex461D53104104311e3016
Octal106351232010101034366026
Binary10001101110110100111000010000010100001110001111011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461D53; }

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

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

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

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

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

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

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

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