#421252

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

Shades of Scarlet Gum #421252

Tints of Scarlet Gum #421252

Color information

#421252 (or 0x421252) is unknown color: approx Scarlet Gum. HEX triplet: 42, 12 and 52. RGB value is (66,18,82). Sum of RGB (Red+Green+Blue) = 66+18+82=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #421252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421252 is #BDEDAD. Grayscale: #272727. Windows color (decimal): -12447150 or 5378626. OLE color: 5378626.

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

Color convert

RGB661882-
CMYK0.200.7800.68
HSL285º64%19.61%-
HSV(B)285º78.05%32.16%-
XYZ3.992.28.2-
YUV39.65151.9146.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 18 (7.42% from 255) = 10.84%
BLUE value IS 82 (32.42% from 255) = 49.40%
R=39.76%
G=10.84%
B=49.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6618820.200.7800.682856419.61
Hex421252144E04411d4014
Octal1022212224116010443510024
Binary100001010010101001010100100111001000100100011101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421252; }

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

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

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

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

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

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

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

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