#421651

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

Shades of Scarlet Gum #421651

Tints of Scarlet Gum #421651

Color information

#421651 (or 0x421651) is unknown color: approx Scarlet Gum. HEX triplet: 42, 16 and 51. RGB value is (66,22,81). Sum of RGB (Red+Green+Blue) = 66+22+81=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #421651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421651 is #BDE9AE. Grayscale: #292929. Windows color (decimal): -12446127 or 5314114. OLE color: 5314114.

HSL color Cylindrical-coordinate representation of color #421651: hue angle of 284.75º degrees, saturation: 0.57, 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 #421651 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB662281-
CMYK0.190.7300.68
HSL284.75º57.28%20.2%-
HSV(B)284.75º72.84%31.76%-
XYZ4.022.338.02-
YUV41.88150.08145.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.05%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 81 (32.03% from 255) = 47.93%
R=39.05%
G=13.02%
B=47.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6622810.190.7300.68284.7557.2820.2
Hex421651134904411d3914
Octal102261212311101044357124
Binary10000101011010100011001110010010100010010001110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421651; }

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

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

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

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

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

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

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

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