#421757

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

Shades of Scarlet Gum #421757

Tints of Scarlet Gum #421757

Color information

#421757 (or 0x421757) is unknown color: approx Scarlet Gum. HEX triplet: 42, 17 and 57. RGB value is (66,23,87). Sum of RGB (Red+Green+Blue) = 66+23+87=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #421757 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421757 is #BDE8A8. Grayscale: #2A2A2A. Windows color (decimal): -12445865 or 5707586. OLE color: 5707586.

HSL color Cylindrical-coordinate representation of color #421757: hue angle of 280.31º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421757 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB662387-
CMYK0.240.7400.66
HSL280.31º58.18%21.57%-
HSV(B)280.31º73.56%34.12%-
XYZ4.272.469.27-
YUV43.15152.75144.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 23 (9.38% from 255) = 13.07%
BLUE value IS 87 (34.38% from 255) = 49.43%
R=37.5%
G=13.07%
B=49.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6623870.240.7400.66280.3158.1821.57
Hex421757184A0421183a16
Octal102271273011201024307226
Binary10000101011110101111100010010100100001010001100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421757; }

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

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

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

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

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

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

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

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