#461552

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

Shades of Scarlet Gum #461552

Tints of Scarlet Gum #461552

Color information

#461552 (or 0x461552) is unknown color: approx Scarlet Gum. HEX triplet: 46, 15 and 52. RGB value is (70,21,82). Sum of RGB (Red+Green+Blue) = 70+21+82=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #461552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461552 is #B9EAAD. Grayscale: #2A2A2A. Windows color (decimal): -12184238 or 5379398. OLE color: 5379398.

HSL color Cylindrical-coordinate representation of color #461552: hue angle of 288.2º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461552 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB702182-
CMYK0.150.7400.68
HSL288.2º59.22%20.2%-
HSV(B)288.2º74.39%32.16%-
XYZ4.322.458.23-
YUV42.6150.23147.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 82 (32.42% from 255) = 47.40%
R=40.46%
G=12.14%
B=47.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7021820.150.7400.68288.259.2220.2
Hex461552F4A0441203b14
Octal106251221711201044407324
Binary1000110101011010010111110010100100010010010000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461552; }

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

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

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

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

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

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

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

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