#421350

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

Shades of Scarlet Gum #421350

Tints of Scarlet Gum #421350

Color information

#421350 (or 0x421350) is unknown color: approx Scarlet Gum. HEX triplet: 42, 13 and 50. RGB value is (66,19,80). Sum of RGB (Red+Green+Blue) = 66+19+80=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #421350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421350 is #BDECAF. Grayscale: #272727. Windows color (decimal): -12446896 or 5247810. OLE color: 5247810.

HSL color Cylindrical-coordinate representation of color #421350: hue angle of 286.23º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421350 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB661980-
CMYK0.170.7600.69
HSL286.23º61.62%19.41%-
HSV(B)286.23º76.25%31.37%-
XYZ3.932.27.81-
YUV40.01150.57146.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=40%
G=11.52%
B=48.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6619800.170.7600.69286.2361.6219.41
Hex421350114C04511e3e13
Octal102231202111401054367623
Binary10000101001110100001000110011000100010110001111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421350; }

 p { color: rgb(66,19,80); }

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

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

 a { background-color: rgb(66,19,80); }

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

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

 span { border-color: rgb(66,19,80); }

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