#421551

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

Shades of Scarlet Gum #421551

Tints of Scarlet Gum #421551

Color information

#421551 (or 0x421551) is unknown color: approx Scarlet Gum. HEX triplet: 42, 15 and 51. RGB value is (66,21,81). Sum of RGB (Red+Green+Blue) = 66+21+81=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #421551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421551 is #BDEAAE. Grayscale: #292929. Windows color (decimal): -12446383 or 5313858. OLE color: 5313858.

HSL color Cylindrical-coordinate representation of color #421551: hue angle of 285º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421551 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB662181-
CMYK0.190.7400.68
HSL285º58.82%20%-
HSV(B)285º74.07%31.76%-
XYZ42.298.02-
YUV41.3150.41145.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 81 (32.03% from 255) = 48.21%
R=39.29%
G=12.5%
B=48.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6621810.190.7400.6828558.8220
Hex421551134A04411d3b14
Octal102251212311201044357324
Binary10000101010110100011001110010100100010010001110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421551; }

 p { color: rgb(66,21,81); }

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

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

 a { background-color: rgb(66,21,81); }

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

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

 span { border-color: rgb(66,21,81); }

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