#461362

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

Shades of Scarlet Gum #461362

Tints of Scarlet Gum #461362

Color information

#461362 (or 0x461362) is unknown color: approx Scarlet Gum. HEX triplet: 46, 13 and 62. RGB value is (70,19,98). Sum of RGB (Red+Green+Blue) = 70+19+98=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #461362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461362 is #B9EC9D. Grayscale: #2A2A2A. Windows color (decimal): -12184734 or 6427462. OLE color: 6427462.

HSL color Cylindrical-coordinate representation of color #461362: hue angle of 278.73º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461362 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB701998-
CMYK0.290.8100.62
HSL278.73º67.52%22.94%-
HSV(B)278.73º80.61%38.43%-
XYZ4.962.6511.81-
YUV43.26158.9147.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 98 (38.67% from 255) = 52.41%
R=37.43%
G=10.16%
B=52.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7019980.290.8100.62278.7367.5222.94
Hex4613621D5103E1174417
Octal106231423512107642710427
Binary10001101001111000101110110100010111110100010111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461362; }

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

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

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

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

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

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

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

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