#463250

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

Shades of Scarlet Gum #463250

Tints of Scarlet Gum #463250

Color information

#463250 (or 0x463250) is unknown color: approx Scarlet Gum. HEX triplet: 46, 32 and 50. RGB value is (70,50,80). Sum of RGB (Red+Green+Blue) = 70+50+80=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #463250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463250 is #B9CDAF. Grayscale: #3B3B3B. Windows color (decimal): -12176816 or 5255750. OLE color: 5255750.

HSL color Cylindrical-coordinate representation of color #463250: hue angle of 280º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #463250 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB705080-
CMYK0.120.3700.69
HSL280º23.08%25.49%-
HSV(B)280º37.5%31.37%-
XYZ5.114.168.12-
YUV59.4139.63135.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 40%
R=35%
G=25%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7050800.120.3700.6928023.0825.49
Hex463250C250451181719
Octal10662120144501054302731
Binary100011011001010100001100100101010001011000110001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463250; }

 p { color: rgb(70,50,80); }

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

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

 a { background-color: rgb(70,50,80); }

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

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

 span { border-color: rgb(70,50,80); }

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