#421854

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

Shades of Scarlet Gum #421854

Tints of Scarlet Gum #421854

Color information

#421854 (or 0x421854) is unknown color: approx Scarlet Gum. HEX triplet: 42, 18 and 54. RGB value is (66,24,84). Sum of RGB (Red+Green+Blue) = 66+24+84=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #421854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421854 is #BDE7AB. Grayscale: #2B2B2B. Windows color (decimal): -12445612 or 5511234. OLE color: 5511234.

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

Color convert

RGB662484-
CMYK0.210.7100.67
HSL282º55.56%21.18%-
HSV(B)282º71.43%32.94%-
XYZ4.172.458.64-
YUV43.4150.91144.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 84 (33.20% from 255) = 48.28%
R=37.93%
G=13.79%
B=48.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6624840.210.7100.6728255.5621.18
Hex421854154704311a3815
Octal102301242510701034327025
Binary10000101100010101001010110001110100001110001101011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421854; }

 p { color: rgb(66,24,84); }

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

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

 a { background-color: rgb(66,24,84); }

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

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

 span { border-color: rgb(66,24,84); }

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