#421755

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

Shades of Scarlet Gum #421755

Tints of Scarlet Gum #421755

Color information

#421755 (or 0x421755) is unknown color: approx Scarlet Gum. HEX triplet: 42, 17 and 55. RGB value is (66,23,85). Sum of RGB (Red+Green+Blue) = 66+23+85=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #421755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421755 is #BDE8AA. Grayscale: #2A2A2A. Windows color (decimal): -12445867 or 5576514. OLE color: 5576514.

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

Color convert

RGB662385-
CMYK0.220.7300.67
HSL281.61º57.41%21.18%-
HSV(B)281.61º72.94%33.33%-
XYZ4.192.438.84-
YUV42.92151.75144.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 23 (9.38% from 255) = 13.22%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=37.93%
G=13.22%
B=48.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6623850.220.7300.67281.6157.4121.18
Hex421755164904311a3915
Octal102271252611101034327125
Binary10000101011110101011011010010010100001110001101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421755; }

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

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

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

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

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

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

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

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