#462051

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

Shades of Scarlet Gum #462051

Tints of Scarlet Gum #462051

Color information

#462051 (or 0x462051) is unknown color: approx Scarlet Gum. HEX triplet: 46, 20 and 51. RGB value is (70,32,81). Sum of RGB (Red+Green+Blue) = 70+32+81=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 81 - color contains mainly: blue. Hex color #462051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462051 is #B9DFAE. Grayscale: #303030. Windows color (decimal): -12181423 or 5316678. OLE color: 5316678.

HSL color Cylindrical-coordinate representation of color #462051: hue angle of 286.53º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #462051 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB703281-
CMYK0.140.6000.68
HSL286.53º43.36%22.16%-
HSV(B)286.53º60.49%31.76%-
XYZ4.532.938.11-
YUV48.95146.09143.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 81 (32.03% from 255) = 44.26%
R=38.25%
G=17.49%
B=44.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7032810.140.6000.68286.5343.3622.16
Hex462051E3C04411f2b16
Octal10640121167401044375326
Binary1000110100000101000111101111000100010010001111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462051; }

 p { color: rgb(70,32,81); }

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

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

 a { background-color: rgb(70,32,81); }

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

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

 span { border-color: rgb(70,32,81); }

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