Html Css Color HEX #3F1153 Scarlet Gum

📋 copy color: '#3F1153'

red 63 ◦ green 17 ◦ blue 83

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

Shades of Scarlet Gum #3F1153

Tints of Scarlet Gum #3F1153

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 value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F1153 (or 0x3F1153) is known color: 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

RGB 63 17 83 -
CMYK 0.24 0.80 0 0.67
HSL 281.82º 0.66% 0.2% -
HSV(B) 281.82º 0.8% 0.33% -
XYZ 3.81 2.08 8.38 -
YUV 38.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 63 17 83 0.24 0.80 0 0.67 281.82 0.66 0.2
Hex 3F 11 53 18 50 0 43 11A 42 14
Octal 77 21 123 30 120 0 103 432 102 24
Binary 111111 10001 1010011 11000 1010000 0 1000011 100011010 1000010 10100

Color Harmonies of #3F1153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1153

Black with #3F1153

Text Example


Text Example

White with #3F1153

Text Example


Text Example

HTML Codes & Css Web 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>