#462752

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

Shades of Scarlet Gum #462752

Tints of Scarlet Gum #462752

Color information

#462752 (or 0x462752) is unknown color: approx Scarlet Gum. HEX triplet: 46, 27 and 52. RGB value is (70,39,82). Sum of RGB (Red+Green+Blue) = 70+39+82=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #462752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462752 is #B9D8AD. Grayscale: #353535. Windows color (decimal): -12179630 or 5384006. OLE color: 5384006.

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

Color convert

RGB703982-
CMYK0.150.5200.68
HSL283.26º35.54%23.73%-
HSV(B)283.26º52.44%32.16%-
XYZ4.773.368.38-
YUV53.17144.27140-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 82 (32.42% from 255) = 42.93%
R=36.65%
G=20.42%
B=42.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7039820.150.5200.68283.2635.5423.73
Hex462752F3404411b2418
Octal10647122176401044334430
Binary1000110100111101001011111101000100010010001101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462752; }

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

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

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

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

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

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

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

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