#421153

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

Shades of Scarlet Gum #421153

Tints of Scarlet Gum #421153

Color information

#421153 (or 0x421153) is unknown color: approx Scarlet Gum. HEX triplet: 42, 11 and 53. RGB value is (66,17,83). Sum of RGB (Red+Green+Blue) = 66+17+83=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #421153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421153 is #BDEEAC. Grayscale: #262626. Windows color (decimal): -12447405 or 5443906. OLE color: 5443906.

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

Color convert

RGB661783-
CMYK0.200.8000.67
HSL284.55º66%19.61%-
HSV(B)284.55º79.52%32.55%-
XYZ4.012.188.39-
YUV39.17152.73147.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 83 (32.81% from 255) = 50%
R=39.76%
G=10.24%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6617830.200.8000.67284.556619.61
Hex421153145004311d4214
Octal1022112324120010343510224
Binary100001010001101001110100101000001000011100011101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421153; }

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

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

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

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

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

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

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

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