#462255

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

Shades of Scarlet Gum #462255

Tints of Scarlet Gum #462255

Color information

#462255 (or 0x462255) is unknown color: approx Scarlet Gum. HEX triplet: 46, 22 and 55. RGB value is (70,34,85). Sum of RGB (Red+Green+Blue) = 70+34+85=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #462255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462255 is #B9DDAA. Grayscale: #323232. Windows color (decimal): -12180907 or 5579334. OLE color: 5579334.

HSL color Cylindrical-coordinate representation of color #462255: hue angle of 282.35º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #462255 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB703485-
CMYK0.180.6000.67
HSL282.35º42.86%23.33%-
HSV(B)282.35º60%33.33%-
XYZ4.743.18.94-
YUV50.58147.43141.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=37.04%
G=17.99%
B=44.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7034850.180.6000.67282.3542.8623.33
Hex462255123C04311a2b17
Octal10642125227401034325327
Binary10001101000101010101100101111000100001110001101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462255; }

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

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

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

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

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

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

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

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