#421D4D

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

Shades of Scarlet Gum #421D4D

Tints of Scarlet Gum #421D4D

Color information

#421D4D (or 0x421D4D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1D and 4D. RGB value is (66,29,77). Sum of RGB (Red+Green+Blue) = 66+29+77=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #421D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D4D is #BDE2B2. Grayscale: #2D2D2D. Windows color (decimal): -12444339 or 5053762. OLE color: 5053762.

HSL color Cylindrical-coordinate representation of color #421D4D: hue angle of 286.25º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #421D4D is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB662977-
CMYK0.140.6200.70
HSL286.25º45.28%20.78%-
HSV(B)286.25º62.34%30.2%-
XYZ4.032.577.31-
YUV45.54145.76142.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 29 (11.72% from 255) = 16.86%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=38.37%
G=16.86%
B=44.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6629770.140.6200.70286.2545.2820.78
Hex421D4DE3E04611e2d15
Octal10235115167601064365525
Binary100001011101100110111101111100100011010001111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421D4D; }

 p { color: rgb(66,29,77); }

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

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

 a { background-color: rgb(66,29,77); }

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

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

 span { border-color: rgb(66,29,77); }

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