Html Css Color HEX #3E1353 Scarlet Gum

📋 copy color: '#3E1353'

red 62 ◦ green 19 ◦ blue 83

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

Shades of Scarlet Gum #3E1353

Tints of Scarlet Gum #3E1353

RGB

 RED value IS 62 (24.61% from 255) = 37.8%

 GREEN value IS 19 (7.81% from 255) = 11.59%

 BLUE value IS 83 (32.81% from 255) = 50.61%

R = 37.8%
G = 11.59%
B = 50.61%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3E1353 (or 0x3E1353) is known color: Scarlet Gum. HEX triplet: 3E, 13 and 53. RGB value is (62,19,83). Sum of RGB (Red+Green+Blue) = 62+19+83=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E1353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1353 is #C1ECAC. Grayscale: #262626. Windows color (decimal): -12709037 or 5444414. OLE color: 5444414.

HSL color Cylindrical-coordinate representation of color #3E1353: hue angle of 280.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E1353 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 19 83 -
CMYK 0.25 0.77 0 0.67
HSL 280.31º 0.63% 0.2% -
HSV(B) 280.31º 0.77% 0.33% -
XYZ 3.78 2.11 8.39 -
YUV 39.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 62 19 83 0.25 0.77 0 0.67 280.31 0.63 0.2
Hex 3E 13 53 19 4D 0 43 118 3F 14
Octal 76 23 123 31 115 0 103 430 77 24
Binary 111110 10011 1010011 11001 1001101 0 1000011 100011000 111111 10100

Color Harmonies of #3E1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1353

Black with #3E1353

Text Example


Text Example

White with #3E1353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,19,83); }

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

background-color css

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

 a { background-color: rgb(62,19,83); }

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

border-color css

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

 span { border-color: rgb(62,19,83); }

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