#3F1153

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

Shades of Scarlet Gum #3F1153

Tints of Scarlet Gum #3F1153

Color information

#3F1153 (or 0x3F1153) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 11 and 53. RGB value is (63,17,83). Sum of RGB (Red+Green+Blue) = 63+17+83=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F1153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1153 is #C0EEAC. Grayscale: #262626. Windows color (decimal): -12644013 or 5443903. OLE color: 5443903.

HSL color Cylindrical-coordinate representation of color #3F1153: hue angle of 281.82º 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 #3F1153 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB631783-
CMYK0.240.8000.67
HSL281.82º66%19.61%-
HSV(B)281.82º79.52%32.55%-
XYZ3.812.088.38-
YUV38.28153.24145.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 83 (32.81% from 255) = 50.92%
R=38.65%
G=10.43%
B=50.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6317830.240.8000.67281.826619.61
Hex3F1153185004311a4214
Octal772112330120010343210224
Binary11111110001101001111000101000001000011100011010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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