#462252

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

Shades of Scarlet Gum #462252

Tints of Scarlet Gum #462252

Color information

#462252 (or 0x462252) is unknown color: approx Scarlet Gum. HEX triplet: 46, 22 and 52. RGB value is (70,34,82). Sum of RGB (Red+Green+Blue) = 70+34+82=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #462252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462252 is #B9DDAD. Grayscale: #323232. Windows color (decimal): -12180910 or 5382726. OLE color: 5382726.

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

Color convert

RGB703482-
CMYK0.150.5900.68
HSL285º41.38%22.75%-
HSV(B)285º58.54%32.16%-
XYZ4.623.068.33-
YUV50.24145.93142.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.63%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=37.63%
G=18.28%
B=44.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7034820.150.5900.6828541.3822.75
Hex462252F3B04411d2917
Octal10642122177301044355127
Binary1000110100010101001011111110110100010010001110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462252; }

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

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

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

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

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

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

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

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