Html Css Color HEX #3F1451 Scarlet Gum

📋 copy color: '#3F1451'

red 63 ◦ green 20 ◦ blue 81

#3F1451
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #3F1451

Tints of Scarlet Gum #3F1451

RGB

 RED value IS 63 (25% from 255) = 38.41%

 GREEN value IS 20 (8.2% from 255) = 12.2%

 BLUE value IS 81 (32.03% from 255) = 49.39%

R = 38.41%
G = 12.2%
B = 49.39%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F1451 (or 0x3F1451) is known color: Scarlet Gum. HEX triplet: 3F, 14 and 51. RGB value is (63,20,81). Sum of RGB (Red+Green+Blue) = 63+20+81=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F1451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1451 is #C0EBAE. Grayscale: #272727. Windows color (decimal): -12643247 or 5313599. OLE color: 5313599.

HSL color Cylindrical-coordinate representation of color #3F1451: hue angle of 282.3º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1451 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 20 81 -
CMYK 0.22 0.75 0 0.68
HSL 282.3º 0.6% 0.2% -
HSV(B) 282.3º 0.75% 0.32% -
XYZ 3.79 2.15 8 -
YUV 39.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 63 20 81 0.22 0.75 0 0.68 282.3 0.6 0.2
Hex 3F 14 51 16 4B 0 44 11A 3C 14
Octal 77 24 121 26 113 0 104 432 74 24
Binary 111111 10100 1010001 10110 1001011 0 1000100 100011010 111100 10100

Color Harmonies of #3F1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1451

Black with #3F1451

Text Example


Text Example

White with #3F1451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,20,81); }

 H1.HeaderClassName
 {
   color: #3F1451;
 }
 .AnyTagClassName
 {
   color: #3F1451;
 }
</style>

background-color css

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

 a { background-color: rgb(63,20,81); }

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

border-color css

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

 span { border-color: rgb(63,20,81); }

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