#421955

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

Shades of Scarlet Gum #421955

Tints of Scarlet Gum #421955

Color information

#421955 (or 0x421955) is unknown color: approx Scarlet Gum. HEX triplet: 42, 19 and 55. RGB value is (66,25,85). Sum of RGB (Red+Green+Blue) = 66+25+85=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #421955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421955 is #BDE6AA. Grayscale: #2B2B2B. Windows color (decimal): -12445355 or 5577026. OLE color: 5577026.

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

Color convert

RGB662585-
CMYK0.220.7100.67
HSL281º54.55%21.57%-
HSV(B)281º70.59%33.33%-
XYZ4.232.518.86-
YUV44.1151.08143.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 85 (33.59% from 255) = 48.30%
R=37.5%
G=14.20%
B=48.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6625850.220.7100.6728154.5521.57
Hex42195516470431193716
Octal102311252610701034316726
Binary10000101100110101011011010001110100001110001100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421955; }

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

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

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

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

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

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

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

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