#422256

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

Shades of Scarlet Gum #422256

Tints of Scarlet Gum #422256

Color information

#422256 (or 0x422256) is unknown color: approx Scarlet Gum. HEX triplet: 42, 22 and 56. RGB value is (66,34,86). Sum of RGB (Red+Green+Blue) = 66+34+86=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #422256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422256 is #BDDDA9. Grayscale: #313131. Windows color (decimal): -12443050 or 5644866. OLE color: 5644866.

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

Color convert

RGB663486-
CMYK0.230.6000.66
HSL276.92º43.33%23.53%-
HSV(B)276.92º60.47%33.73%-
XYZ4.52.979.14-
YUV49.5148.6139.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 86 (33.98% from 255) = 46.24%
R=35.48%
G=18.28%
B=46.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6634860.230.6000.66276.9243.3323.53
Hex422256173C0421152b18
Octal10242126277401024255330
Binary10000101000101010110101111111000100001010001010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422256; }

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

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

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

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

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

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

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

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