#421051

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

Shades of Scarlet Gum #421051

Tints of Scarlet Gum #421051

Color information

#421051 (or 0x421051) is unknown color: approx Scarlet Gum. HEX triplet: 42, 10 and 51. RGB value is (66,16,81). Sum of RGB (Red+Green+Blue) = 66+16+81=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #421051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421051 is #BDEFAE. Grayscale: #262626. Windows color (decimal): -12447663 or 5312578. OLE color: 5312578.

HSL color Cylindrical-coordinate representation of color #421051: hue angle of 286.15º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #421051 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB661681-
CMYK0.190.8000.68
HSL286.15º67.01%19.02%-
HSV(B)286.15º80.25%31.76%-
XYZ3.922.127.99-
YUV38.36152.06147.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 81 (32.03% from 255) = 49.69%
R=40.49%
G=9.82%
B=49.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6616810.190.8000.68286.1567.0119.02
Hex421051135004411e4313
Octal1022012123120010443610323
Binary100001010000101000110011101000001000100100011110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421051; }

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

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

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

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

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

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

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

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