#421852

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

Shades of Scarlet Gum #421852

Tints of Scarlet Gum #421852

Color information

#421852 (or 0x421852) is unknown color: approx Scarlet Gum. HEX triplet: 42, 18 and 52. RGB value is (66,24,82). Sum of RGB (Red+Green+Blue) = 66+24+82=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #421852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421852 is #BDE7AD. Grayscale: #2A2A2A. Windows color (decimal): -12445614 or 5380162. OLE color: 5380162.

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

Color convert

RGB662482-
CMYK0.200.7100.68
HSL283.45º54.72%20.78%-
HSV(B)283.45º70.73%32.16%-
XYZ4.12.428.23-
YUV43.17149.91144.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 82 (32.42% from 255) = 47.67%
R=38.37%
G=13.95%
B=47.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6624820.200.7100.68283.4554.7220.78
Hex421852144704411b3715
Octal102301222410701044336725
Binary10000101100010100101010010001110100010010001101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421852; }

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

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

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

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

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

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

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

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