#422355

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

Shades of Scarlet Gum #422355

Tints of Scarlet Gum #422355

Color information

#422355 (or 0x422355) is unknown color: approx Scarlet Gum. HEX triplet: 42, 23 and 55. RGB value is (66,35,85). Sum of RGB (Red+Green+Blue) = 66+35+85=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #422355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422355 is #BDDCAA. Grayscale: #313131. Windows color (decimal): -12442795 or 5579586. OLE color: 5579586.

HSL color Cylindrical-coordinate representation of color #422355: hue angle of 277.2º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #422355 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB663585-
CMYK0.220.5900.67
HSL277.2º41.67%23.53%-
HSV(B)277.2º58.82%33.33%-
XYZ4.493.028.94-
YUV49.97147.77139.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=35.48%
G=18.82%
B=45.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6635850.220.5900.67277.241.6723.53
Hex422355163B0431152a18
Octal10243125267301034255230
Binary10000101000111010101101101110110100001110001010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422355; }

 p { color: rgb(66,35,85); }

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

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

 a { background-color: rgb(66,35,85); }

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

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

 span { border-color: rgb(66,35,85); }

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