Html Css Color HEX #48335A Scarlet Gum

📋 copy color: '#48335A'

red 72 ◦ green 51 ◦ blue 90

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

Shades of Scarlet Gum #48335A

Tints of Scarlet Gum #48335A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.25%

R = 33.8%
G = 23.94%
B = 42.25%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48335A (or 0x48335A) is known color: Scarlet Gum. HEX triplet: 48, 33 and 5A. RGB value is (72,51,90). Sum of RGB (Red+Green+Blue) = 72+51+90=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #48335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48335A is #B7CCA5. Grayscale: #3D3D3D. Windows color (decimal): -12045478 or 5911368. OLE color: 5911368.

HSL color Cylindrical-coordinate representation of color #48335A: hue angle of 272.31º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48335A is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 51 90 -
CMYK 0.20 0.43 0 0.65
HSL 272.31º 0.28% 0.28% -
HSV(B) 272.31º 0.43% 0.35% -
XYZ 5.7 4.48 10.24 -
YUV 61.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 72 51 90 0.20 0.43 0 0.65 272.31 0.28 0.28
Hex 48 33 5A 14 2B 0 41 110 1C 1C
Octal 110 63 132 24 53 0 101 420 34 34
Binary 1001000 110011 1011010 10100 101011 0 1000001 100010000 11100 11100

Color Harmonies of #48335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48335A

Black with #48335A

Text Example


Text Example

White with #48335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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