Html Css Color HEX #48225A Scarlet Gum

📋 copy color: '#48225A'

red 72 ◦ green 34 ◦ blue 90

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

Shades of Scarlet Gum #48225A

Tints of Scarlet Gum #48225A

RGB

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

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

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

R = 36.73%
G = 17.35%
B = 45.92%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48225A (or 0x48225A) is known color: Scarlet Gum. HEX triplet: 48, 22 and 5A. RGB value is (72,34,90). Sum of RGB (Red+Green+Blue) = 72+34+90=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #48225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48225A is #B7DDA5. Grayscale: #333333. Windows color (decimal): -12049830 or 5907016. OLE color: 5907016.

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

Color convert

RGB 72 34 90 -
CMYK 0.20 0.62 0 0.65
HSL 280.71º 0.45% 0.24% -
HSV(B) 280.71º 0.62% 0.35% -
XYZ 5.09 3.26 10.03 -
YUV 51.75 149.59 142.45 -
System Red Green Blue C M Y K H S L
Decimal 72 34 90 0.20 0.62 0 0.65 280.71 0.45 0.24
Hex 48 22 5A 14 3E 0 41 119 2D 18
Octal 110 42 132 24 76 0 101 431 55 30
Binary 1001000 100010 1011010 10100 111110 0 1000001 100011001 101101 11000

Color Harmonies of #48225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48225A

Black with #48225A

Text Example


Text Example

White with #48225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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