#462C52

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

Shades of Scarlet Gum #462C52

Tints of Scarlet Gum #462C52

Color information

#462C52 (or 0x462C52) is unknown color: approx Scarlet Gum. HEX triplet: 46, 2C and 52. RGB value is (70,44,82). Sum of RGB (Red+Green+Blue) = 70+44+82=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #462C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C52 is #B9D3AD. Grayscale: #373737. Windows color (decimal): -12178350 or 5385286. OLE color: 5385286.

HSL color Cylindrical-coordinate representation of color #462C52: hue angle of 281.05º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #462C52 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB704482-
CMYK0.150.4600.68
HSL281.05º30.16%24.71%-
HSV(B)281.05º46.34%32.16%-
XYZ4.953.718.44-
YUV56.11142.61137.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=35.71%
G=22.45%
B=41.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7044820.150.4600.68281.0530.1624.71
Hex462C52F2E0441191e19
Octal10654122175601044313631
Binary100011010110010100101111101110010001001000110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462C52; }

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

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

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

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

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

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

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

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