#420959

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

Shades of Scarlet Gum #420959

Tints of Scarlet Gum #420959

Color information

#420959 (or 0x420959) is unknown color: approx Scarlet Gum. HEX triplet: 42, 09 and 59. RGB value is (66,9,89). Sum of RGB (Red+Green+Blue) = 66+9+89=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #420959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420959 is #BDF6A6. Grayscale: #222222. Windows color (decimal): -12449447 or 5835074. OLE color: 5835074.

HSL color Cylindrical-coordinate representation of color #420959: hue angle of 282.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #420959 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB66989-
CMYK0.260.9000.65
HSL282.75º81.63%19.22%-
HSV(B)282.75º89.89%34.9%-
XYZ4.152.079.63-
YUV35.16158.38150-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 89 (35.16% from 255) = 54.27%
R=40.24%
G=5.49%
B=54.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal669890.260.9000.65282.7581.6319.22
Hex429591A5A04111b5213
Octal1021113132132010143312223
Binary10000101001101100111010101101001000001100011011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420959; }

 p { color: rgb(66,9,89); }

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

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

 a { background-color: rgb(66,9,89); }

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

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

 span { border-color: rgb(66,9,89); }

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