#461358

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

Shades of Scarlet Gum #461358

Tints of Scarlet Gum #461358

Color information

#461358 (or 0x461358) is unknown color: approx Scarlet Gum. HEX triplet: 46, 13 and 58. RGB value is (70,19,88). Sum of RGB (Red+Green+Blue) = 70+19+88=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #461358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461358 is #B9ECA7. Grayscale: #292929. Windows color (decimal): -12184744 or 5772102. OLE color: 5772102.

HSL color Cylindrical-coordinate representation of color #461358: hue angle of 284.35º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #461358 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB701988-
CMYK0.200.7800.65
HSL284.35º64.49%20.98%-
HSV(B)284.35º78.41%34.51%-
XYZ4.522.479.47-
YUV42.11153.9147.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.55%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=39.55%
G=10.73%
B=49.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7019880.200.7800.65284.3564.4920.98
Hex461358144E04111c4015
Octal1062313024116010143410025
Binary100011010011101100010100100111001000001100011100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461358; }

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

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

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

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

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

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

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

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