#463352

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

Shades of Scarlet Gum #463352

Tints of Scarlet Gum #463352

Color information

#463352 (or 0x463352) is unknown color: approx Scarlet Gum. HEX triplet: 46, 33 and 52. RGB value is (70,51,82). Sum of RGB (Red+Green+Blue) = 70+51+82=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #463352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463352 is #B9CCAD. Grayscale: #3C3C3C. Windows color (decimal): -12176558 or 5387078. OLE color: 5387078.

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

Color convert

RGB705182-
CMYK0.150.3800.68
HSL276.77º23.31%26.08%-
HSV(B)276.77º37.8%32.16%-
XYZ5.234.288.53-
YUV60.22140.29134.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=34.48%
G=25.12%
B=40.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7051820.150.3800.68276.7723.3126.08
Hex463352F26044115171a
Octal10663122174601044252732
Binary100011011001110100101111100110010001001000101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463352; }

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

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

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

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

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

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

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

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