Html Css Color HEX #482054 Scarlet Gum

📋 copy color: '#482054'

red 72 ◦ green 32 ◦ blue 84

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

Shades of Scarlet Gum #482054

Tints of Scarlet Gum #482054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.02%

 BLUE value IS 84 (33.2% from 255) = 44.68%

R = 38.3%
G = 17.02%
B = 44.68%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#482054 (or 0x482054) is known color: Scarlet Gum. HEX triplet: 48, 20 and 54. RGB value is (72,32,84). Sum of RGB (Red+Green+Blue) = 72+32+84=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #482054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482054 is #B7DFAB. Grayscale: #313131. Windows color (decimal): -12050348 or 5513288. OLE color: 5513288.

HSL color Cylindrical-coordinate representation of color #482054: hue angle of 286.15º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482054 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 32 84 -
CMYK 0.14 0.62 0 0.67
HSL 286.15º 0.45% 0.23% -
HSV(B) 286.15º 0.62% 0.33% -
XYZ 4.79 3.05 8.72 -
YUV 49.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 72 32 84 0.14 0.62 0 0.67 286.15 0.45 0.23
Hex 48 20 54 E 3E 0 43 11E 2D 17
Octal 110 40 124 16 76 0 103 436 55 27
Binary 1001000 100000 1010100 1110 111110 0 1000011 100011110 101101 10111

Color Harmonies of #482054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482054

Black with #482054

Text Example


Text Example

White with #482054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482054; }

 p { color: rgb(72,32,84); }

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

background-color css

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

 a { background-color: rgb(72,32,84); }

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

border-color css

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

 span { border-color: rgb(72,32,84); }

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