Html Css Color HEX #48225B Scarlet Gum

📋 copy color: '#48225B'

red 72 ◦ green 34 ◦ blue 91

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

Shades of Scarlet Gum #48225B

Tints of Scarlet Gum #48225B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

 BLUE value IS 91 (35.94% from 255) = 46.19%

R = 36.55%
G = 17.26%
B = 46.19%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48225B (or 0x48225B) is known color: Scarlet Gum. HEX triplet: 48, 22 and 5B. RGB value is (72,34,91). Sum of RGB (Red+Green+Blue) = 72+34+91=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #48225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48225B is #B7DDA4. Grayscale: #333333. Windows color (decimal): -12049829 or 5972552. OLE color: 5972552.

HSL color Cylindrical-coordinate representation of color #48225B: hue angle of 280º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48225B is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 34 91 -
CMYK 0.21 0.63 0 0.64
HSL 280º 0.46% 0.25% -
HSV(B) 280º 0.63% 0.36% -
XYZ 5.13 3.28 10.26 -
YUV 51.86 150.09 142.37 -
System Red Green Blue C M Y K H S L
Decimal 72 34 91 0.21 0.63 0 0.64 280 0.46 0.25
Hex 48 22 5B 15 3F 0 40 118 2E 19
Octal 110 42 133 25 77 0 100 430 56 31
Binary 1001000 100010 1011011 10101 111111 0 1000000 100011000 101110 11001

Color Harmonies of #48225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48225B

Black with #48225B

Text Example


Text Example

White with #48225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48225B; }

 p { color: rgb(72,34,91); }

 H1.HeaderClassName
 {
   color: #48225B;
 }
 .AnyTagClassName
 {
   color: #48225B;
 }
</style>

background-color css

<style>
 a { background-color: #48225B; }

 a { background-color: rgb(72,34,91); }

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

border-color css

<style>
 span { border-color: #48225B; }

 span { border-color: rgb(72,34,91); }

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