#422455

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

Shades of Scarlet Gum #422455

Tints of Scarlet Gum #422455

Color information

#422455 (or 0x422455) is unknown color: approx Scarlet Gum. HEX triplet: 42, 24 and 55. RGB value is (66,36,85). Sum of RGB (Red+Green+Blue) = 66+36+85=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #422455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422455 is #BDDBAA. Grayscale: #323232. Windows color (decimal): -12442539 or 5579842. OLE color: 5579842.

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

Color convert

RGB663685-
CMYK0.220.5800.67
HSL276.73º40.5%23.73%-
HSV(B)276.73º57.65%33.33%-
XYZ4.523.088.95-
YUV50.56147.44139.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 85 (33.59% from 255) = 45.45%
R=35.29%
G=19.25%
B=45.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6636850.220.5800.67276.7340.523.73
Hex422455163A0431152818
Octal10244125267201034255030
Binary10000101001001010101101101110100100001110001010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422455; }

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

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

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

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

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

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

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

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