#421652

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

Shades of Scarlet Gum #421652

Tints of Scarlet Gum #421652

Color information

#421652 (or 0x421652) is unknown color: approx Scarlet Gum. HEX triplet: 42, 16 and 52. RGB value is (66,22,82). Sum of RGB (Red+Green+Blue) = 66+22+82=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #421652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421652 is #BDE9AD. Grayscale: #292929. Windows color (decimal): -12446126 or 5379650. OLE color: 5379650.

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

Color convert

RGB662282-
CMYK0.200.7300.68
HSL284º57.69%20.39%-
HSV(B)284º73.17%32.16%-
XYZ4.062.348.22-
YUV42150.58145.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 82 (32.42% from 255) = 48.24%
R=38.82%
G=12.94%
B=48.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6622820.200.7300.6828457.6920.39
Hex421652144904411c3a14
Octal102261222411101044347224
Binary10000101011010100101010010010010100010010001110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421652; }

 p { color: rgb(66,22,82); }

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

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

 a { background-color: rgb(66,22,82); }

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

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

 span { border-color: rgb(66,22,82); }

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