#462952

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

Shades of Scarlet Gum #462952

Tints of Scarlet Gum #462952

Color information

#462952 (or 0x462952) is unknown color: approx Scarlet Gum. HEX triplet: 46, 29 and 52. RGB value is (70,41,82). Sum of RGB (Red+Green+Blue) = 70+41+82=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #462952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462952 is #B9D6AD. Grayscale: #363636. Windows color (decimal): -12179118 or 5384518. OLE color: 5384518.

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

Color convert

RGB704182-
CMYK0.150.5000.68
HSL282.44º33.33%24.12%-
HSV(B)282.44º50%32.16%-
XYZ4.843.58.4-
YUV54.34143.61139.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=36.27%
G=21.24%
B=42.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7041820.150.5000.68282.4433.3324.12
Hex462952F3204411a2118
Octal10651122176201044324130
Binary1000110101001101001011111100100100010010001101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462952; }

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

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

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

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

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

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

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

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