#421152

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

Shades of Scarlet Gum #421152

Tints of Scarlet Gum #421152

Color information

#421152 (or 0x421152) is unknown color: approx Scarlet Gum. HEX triplet: 42, 11 and 52. RGB value is (66,17,82). Sum of RGB (Red+Green+Blue) = 66+17+82=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #421152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421152 is #BDEEAD. Grayscale: #262626. Windows color (decimal): -12447406 or 5378370. OLE color: 5378370.

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

Color convert

RGB661782-
CMYK0.200.7900.68
HSL285.23º65.66%19.41%-
HSV(B)285.23º79.27%32.16%-
XYZ3.972.178.19-
YUV39.06152.23147.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 82 (32.42% from 255) = 49.70%
R=40%
G=10.30%
B=49.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6617820.200.7900.68285.2365.6619.41
Hex421152144F04411d4213
Octal1022112224117010443510223
Binary100001010001101001010100100111101000100100011101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421152; }

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

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

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

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

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

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

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

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