#421453

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

Shades of Scarlet Gum #421453

Tints of Scarlet Gum #421453

Color information

#421453 (or 0x421453) is unknown color: approx Scarlet Gum. HEX triplet: 42, 14 and 53. RGB value is (66,20,83). Sum of RGB (Red+Green+Blue) = 66+20+83=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #421453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421453 is #BDEBAC. Grayscale: #282828. Windows color (decimal): -12446637 or 5444674. OLE color: 5444674.

HSL color Cylindrical-coordinate representation of color #421453: hue angle of 283.81º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421453 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB662083-
CMYK0.200.7600.67
HSL283.81º61.17%20.2%-
HSV(B)283.81º75.9%32.55%-
XYZ4.062.288.41-
YUV40.94151.74145.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.05%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 83 (32.81% from 255) = 49.11%
R=39.05%
G=11.83%
B=49.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6620830.200.7600.67283.8161.1720.2
Hex421453144C04311c3d14
Octal102241232411401034347524
Binary10000101010010100111010010011000100001110001110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421453; }

 p { color: rgb(66,20,83); }

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

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

 a { background-color: rgb(66,20,83); }

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

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

 span { border-color: rgb(66,20,83); }

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