#461561

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

Shades of Scarlet Gum #461561

Tints of Scarlet Gum #461561

Color information

#461561 (or 0x461561) is unknown color: approx Scarlet Gum. HEX triplet: 46, 15 and 61. RGB value is (70,21,97). Sum of RGB (Red+Green+Blue) = 70+21+97=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #461561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461561 is #B9EA9E. Grayscale: #2C2C2C. Windows color (decimal): -12184223 or 6362438. OLE color: 6362438.

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

Color convert

RGB702197-
CMYK0.280.7800.62
HSL278.68º64.41%23.14%-
HSV(B)278.68º78.35%38.04%-
XYZ4.952.711.57-
YUV44.32157.73146.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 97 (38.28% from 255) = 51.60%
R=37.23%
G=11.17%
B=51.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7021970.280.7800.62278.6864.4123.14
Hex4615611C4E03E1174017
Octal106251413411607642710027
Binary10001101010111000011110010011100111110100010111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461561; }

 p { color: rgb(70,21,97); }

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

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

 a { background-color: rgb(70,21,97); }

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

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

 span { border-color: rgb(70,21,97); }

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