#461353

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

Shades of Scarlet Gum #461353

Tints of Scarlet Gum #461353

Color information

#461353 (or 0x461353) is unknown color: approx Scarlet Gum. HEX triplet: 46, 13 and 53. RGB value is (70,19,83). Sum of RGB (Red+Green+Blue) = 70+19+83=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #461353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461353 is #B9ECAC. Grayscale: #292929. Windows color (decimal): -12184749 or 5444422. OLE color: 5444422.

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

Color convert

RGB701983-
CMYK0.160.7700.67
HSL287.81º62.75%20%-
HSV(B)287.81º77.11%32.55%-
XYZ4.322.398.42-
YUV41.54151.4148.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.70%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 83 (32.81% from 255) = 48.26%
R=40.70%
G=11.05%
B=48.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7019830.160.7700.67287.8162.7520
Hex461353104D0431203f14
Octal106231232011501034407724
Binary10001101001110100111000010011010100001110010000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461353; }

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

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

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

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

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

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

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

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