#422253

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

Shades of Scarlet Gum #422253

Tints of Scarlet Gum #422253

Color information

#422253 (or 0x422253) is unknown color: approx Scarlet Gum. HEX triplet: 42, 22 and 53. RGB value is (66,34,83). Sum of RGB (Red+Green+Blue) = 66+34+83=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #422253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422253 is #BDDDAC. Grayscale: #303030. Windows color (decimal): -12443053 or 5448258. OLE color: 5448258.

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

Color convert

RGB663483-
CMYK0.200.5900.67
HSL279.18º41.88%22.94%-
HSV(B)279.18º59.04%32.55%-
XYZ4.382.938.52-
YUV49.15147.1140.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=36.07%
G=18.58%
B=45.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6634830.200.5900.67279.1841.8822.94
Hex422253143B0431172a17
Octal10242123247301034275227
Binary10000101000101010011101001110110100001110001011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422253; }

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

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

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

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

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

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

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

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