#462D51

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

Shades of Scarlet Gum #462D51

Tints of Scarlet Gum #462D51

Color information

#462D51 (or 0x462D51) is unknown color: approx Scarlet Gum. HEX triplet: 46, 2D and 51. RGB value is (70,45,81). Sum of RGB (Red+Green+Blue) = 70+45+81=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 81 - color contains mainly: blue. Hex color #462D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D51 is #B9D2AE. Grayscale: #383838. Windows color (decimal): -12178095 or 5320006. OLE color: 5320006.

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

Color convert

RGB704581-
CMYK0.140.4400.68
HSL281.67º28.57%24.71%-
HSV(B)281.67º44.44%31.76%-
XYZ4.953.778.25-
YUV56.58141.78137.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=35.71%
G=22.96%
B=41.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7045810.140.4400.68281.6728.5724.71
Hex462D51E2C04411a1d19
Octal10655121165401044323531
Binary100011010110110100011110101100010001001000110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,45,81); }

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

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

 a { background-color: rgb(70,45,81); }

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

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

 span { border-color: rgb(70,45,81); }

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