Html Css Color HEX #3F0E59 Scarlet Gum

📋 copy color: '#3F0E59'

red 63 ◦ green 14 ◦ blue 89

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

Shades of Scarlet Gum #3F0E59

Tints of Scarlet Gum #3F0E59

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.43%

 BLUE value IS 89 (35.16% from 255) = 53.61%

R = 37.95%
G = 8.43%
B = 53.61%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F0E59 (or 0x3F0E59) is known color: Scarlet Gum. HEX triplet: 3F, 0E and 59. RGB value is (63,14,89). Sum of RGB (Red+Green+Blue) = 63+14+89=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F0E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0E59 is #C0F1A6. Grayscale: #242424. Windows color (decimal): -12644775 or 5836351. OLE color: 5836351.

HSL color Cylindrical-coordinate representation of color #3F0E59: hue angle of 279.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F0E59 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 14 89 -
CMYK 0.29 0.84 0 0.65
HSL 279.2º 0.73% 0.2% -
HSV(B) 279.2º 0.84% 0.35% -
XYZ 4.01 2.09 9.64 -
YUV 37.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 63 14 89 0.29 0.84 0 0.65 279.2 0.73 0.2
Hex 3F E 59 1D 54 0 41 117 49 14
Octal 77 16 131 35 124 0 101 427 111 24
Binary 111111 1110 1011001 11101 1010100 0 1000001 100010111 1001001 10100

Color Harmonies of #3F0E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0E59

Black with #3F0E59

Text Example


Text Example

White with #3F0E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,14,89); }

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

background-color css

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

 a { background-color: rgb(63,14,89); }

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

border-color css

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

 span { border-color: rgb(63,14,89); }

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