#462052

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

Shades of Scarlet Gum #462052

Tints of Scarlet Gum #462052

Color information

#462052 (or 0x462052) is unknown color: approx Scarlet Gum. HEX triplet: 46, 20 and 52. RGB value is (70,32,82). Sum of RGB (Red+Green+Blue) = 70+32+82=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #462052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462052 is #B9DFAD. Grayscale: #303030. Windows color (decimal): -12181422 or 5382214. OLE color: 5382214.

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

Color convert

RGB703282-
CMYK0.150.6100.68
HSL285.6º43.86%22.35%-
HSV(B)285.6º60.98%32.16%-
XYZ4.572.948.31-
YUV49.06146.59142.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 82 (32.42% from 255) = 44.57%
R=38.04%
G=17.39%
B=44.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7032820.150.6100.68285.643.8622.35
Hex462052F3D04411e2c16
Octal10640122177501044365426
Binary1000110100000101001011111111010100010010001111010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462052; }

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

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

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

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

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

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

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

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