Html Css Color HEX #3F194C Scarlet Gum

📋 copy color: '#3F194C'

red 63 ◦ green 25 ◦ blue 76

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

Shades of Scarlet Gum #3F194C

Tints of Scarlet Gum #3F194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.24%

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 38.41%
G = 15.24%
B = 46.34%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F194C (or 0x3F194C) is known color: Scarlet Gum. HEX triplet: 3F, 19 and 4C. RGB value is (63,25,76). Sum of RGB (Red+Green+Blue) = 63+25+76=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F194C is #C0E6B3. Grayscale: #2A2A2A. Windows color (decimal): -12641972 or 4987199. OLE color: 4987199.

HSL color Cylindrical-coordinate representation of color #3F194C: hue angle of 284.71º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F194C is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 25 76 -
CMYK 0.17 0.67 0 0.70
HSL 284.71º 0.5% 0.2% -
HSV(B) 284.71º 0.67% 0.3% -
XYZ 3.7 2.27 7.08 -
YUV 42.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 63 25 76 0.17 0.67 0 0.70 284.71 0.5 0.2
Hex 3F 19 4C 11 43 0 46 11D 32 14
Octal 77 31 114 21 103 0 106 435 62 24
Binary 111111 11001 1001100 10001 1000011 0 1000110 100011101 110010 10100

Color Harmonies of #3F194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F194C

Black with #3F194C

Text Example


Text Example

White with #3F194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,25,76); }

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

background-color css

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

 a { background-color: rgb(63,25,76); }

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

border-color css

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

 span { border-color: rgb(63,25,76); }

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