#422456

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

Shades of Scarlet Gum #422456

Tints of Scarlet Gum #422456

Color information

#422456 (or 0x422456) is unknown color: approx Scarlet Gum. HEX triplet: 42, 24 and 56. RGB value is (66,36,86). Sum of RGB (Red+Green+Blue) = 66+36+86=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #422456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422456 is #BDDBA9. Grayscale: #323232. Windows color (decimal): -12442538 or 5645378. OLE color: 5645378.

HSL color Cylindrical-coordinate representation of color #422456: hue angle of 276º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #422456 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB663686-
CMYK0.230.5800.66
HSL276º40.98%23.92%-
HSV(B)276º58.14%33.73%-
XYZ4.563.099.16-
YUV50.67147.94138.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=35.11%
G=19.15%
B=45.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6636860.230.5800.6627640.9823.92
Hex422456173A0421142918
Octal10244126277201024245130
Binary10000101001001010110101111110100100001010001010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422456; }

 p { color: rgb(66,36,86); }

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

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

 a { background-color: rgb(66,36,86); }

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

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

 span { border-color: rgb(66,36,86); }

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