#462B52

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

Shades of Scarlet Gum #462B52

Tints of Scarlet Gum #462B52

Color information

#462B52 (or 0x462B52) is unknown color: approx Scarlet Gum. HEX triplet: 46, 2B and 52. RGB value is (70,43,82). Sum of RGB (Red+Green+Blue) = 70+43+82=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #462B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462B52 is #B9D4AD. Grayscale: #373737. Windows color (decimal): -12178606 or 5385030. OLE color: 5385030.

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

Color convert

RGB704382-
CMYK0.150.4800.68
HSL281.54º31.2%24.51%-
HSV(B)281.54º47.56%32.16%-
XYZ4.913.648.43-
YUV55.52142.95138.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 43 (17.19% from 255) = 22.05%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=35.90%
G=22.05%
B=42.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7043820.150.4800.68281.5431.224.51
Hex462B52F3004411a1f19
Octal10653122176001044323731
Binary100011010101110100101111110000010001001000110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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