#3F1550

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

Shades of Scarlet Gum #3F1550

Tints of Scarlet Gum #3F1550

Color information

#3F1550 (or 0x3F1550) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 15 and 50. RGB value is (63,21,80). Sum of RGB (Red+Green+Blue) = 63+21+80=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F1550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1550 is #C0EAAF. Grayscale: #282828. Windows color (decimal): -12642992 or 5248319. OLE color: 5248319.

HSL color Cylindrical-coordinate representation of color #3F1550: hue angle of 282.71º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F1550 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB632180-
CMYK0.210.7400.69
HSL282.71º58.42%19.8%-
HSV(B)282.71º73.75%31.37%-
XYZ3.772.177.81-
YUV40.28150.41144.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.41%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=38.41%
G=12.80%
B=48.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6321800.210.7400.69282.7158.4219.8
Hex3F1550154A04511b3a14
Octal77251202511201054337224
Binary1111111010110100001010110010100100010110001101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F1550; }

 p { color: rgb(63,21,80); }

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

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

 a { background-color: rgb(63,21,80); }

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

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

 span { border-color: rgb(63,21,80); }

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