#422450

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

Shades of Scarlet Gum #422450

Tints of Scarlet Gum #422450

Color information

#422450 (or 0x422450) is unknown color: approx Scarlet Gum. HEX triplet: 42, 24 and 50. RGB value is (66,36,80). Sum of RGB (Red+Green+Blue) = 66+36+80=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #422450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422450 is #BDDBAF. Grayscale: #313131. Windows color (decimal): -12442544 or 5252162. OLE color: 5252162.

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

Color convert

RGB663680-
CMYK0.170.5500.69
HSL280.91º37.93%22.75%-
HSV(B)280.91º55%31.37%-
XYZ4.3337.94-
YUV49.99144.94139.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 80 (31.64% from 255) = 43.96%
R=36.26%
G=19.78%
B=43.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6636800.170.5500.69280.9137.9322.75
Hex42245011370451192617
Octal10244120216701054314627
Binary10000101001001010000100011101110100010110001100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422450; }

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

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

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

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

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

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

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

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