Html Css Color HEX #48335E Scarlet Gum

📋 copy color: '#48335E'

red 72 ◦ green 51 ◦ blue 94

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

Shades of Scarlet Gum #48335E

Tints of Scarlet Gum #48335E

RGB

 RED value IS 72 (28.52% from 255) = 33.18%

 GREEN value IS 51 (20.31% from 255) = 23.5%

 BLUE value IS 94 (37.11% from 255) = 43.32%

R = 33.18%
G = 23.5%
B = 43.32%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48335E (or 0x48335E) is known color: Scarlet Gum. HEX triplet: 48, 33 and 5E. RGB value is (72,51,94). Sum of RGB (Red+Green+Blue) = 72+51+94=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #48335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48335E is #B7CCA1. Grayscale: #3E3E3E. Windows color (decimal): -12045474 or 6173512. OLE color: 6173512.

HSL color Cylindrical-coordinate representation of color #48335E: hue angle of 269.3º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48335E is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 51 94 -
CMYK 0.23 0.46 0 0.63
HSL 269.3º 0.3% 0.28% -
HSV(B) 269.3º 0.46% 0.37% -
XYZ 5.88 4.55 11.16 -
YUV 62.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 72 51 94 0.23 0.46 0 0.63 269.3 0.3 0.28
Hex 48 33 5E 17 2E 0 3F 10D 1E 1C
Octal 110 63 136 27 56 0 77 415 36 34
Binary 1001000 110011 1011110 10111 101110 0 111111 100001101 11110 11100

Color Harmonies of #48335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48335E

Black with #48335E

Text Example


Text Example

White with #48335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48335E; }

 p { color: rgb(72,51,94); }

 H1.HeaderClassName
 {
   color: #48335E;
 }
 .AnyTagClassName
 {
   color: #48335E;
 }
</style>

background-color css

<style>
 a { background-color: #48335E; }

 a { background-color: rgb(72,51,94); }

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

border-color css

<style>
 span { border-color: #48335E; }

 span { border-color: rgb(72,51,94); }

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