#422150

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

Shades of Scarlet Gum #422150

Tints of Scarlet Gum #422150

Color information

#422150 (or 0x422150) is unknown color: approx Scarlet Gum. HEX triplet: 42, 21 and 50. RGB value is (66,33,80). Sum of RGB (Red+Green+Blue) = 66+33+80=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #422150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422150 is #BDDEAF. Grayscale: #303030. Windows color (decimal): -12443312 or 5251394. OLE color: 5251394.

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

Color convert

RGB663380-
CMYK0.170.5900.69
HSL282.13º41.59%22.16%-
HSV(B)282.13º58.75%31.37%-
XYZ4.242.837.91-
YUV48.22145.93140.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=36.87%
G=18.44%
B=44.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6633800.170.5900.69282.1341.5922.16
Hex422150113B04511a2a16
Octal10241120217301054325226
Binary10000101000011010000100011110110100010110001101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422150; }

 p { color: rgb(66,33,80); }

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

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

 a { background-color: rgb(66,33,80); }

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

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

 span { border-color: rgb(66,33,80); }

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