Html Css Color HEX #482053 Scarlet Gum

📋 copy color: '#482053'

red 72 ◦ green 32 ◦ blue 83

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

Shades of Scarlet Gum #482053

Tints of Scarlet Gum #482053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 44.39%

R = 38.5%
G = 17.11%
B = 44.39%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#482053 (or 0x482053) is known color: Scarlet Gum. HEX triplet: 48, 20 and 53. RGB value is (72,32,83). Sum of RGB (Red+Green+Blue) = 72+32+83=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #482053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482053 is #B7DFAC. Grayscale: #313131. Windows color (decimal): -12050349 or 5447752. OLE color: 5447752.

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

Color convert

RGB 72 32 83 -
CMYK 0.13 0.61 0 0.67
HSL 287.06º 0.44% 0.23% -
HSV(B) 287.06º 0.61% 0.33% -
XYZ 4.75 3.04 8.52 -
YUV 49.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 72 32 83 0.13 0.61 0 0.67 287.06 0.44 0.23
Hex 48 20 53 D 3D 0 43 11F 2C 17
Octal 110 40 123 15 75 0 103 437 54 27
Binary 1001000 100000 1010011 1101 111101 0 1000011 100011111 101100 10111

Color Harmonies of #482053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482053

Black with #482053

Text Example


Text Example

White with #482053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482053; }

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

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

background-color css

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

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

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

border-color css

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

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

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