Html Css Color HEX #482C53 Scarlet Gum

📋 copy color: '#482C53'

red 72 ◦ green 44 ◦ blue 83

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

Shades of Scarlet Gum #482C53

Tints of Scarlet Gum #482C53

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.11%

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

R = 36.18%
G = 22.11%
B = 41.71%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#482C53 (or 0x482C53) is known color: Scarlet Gum. HEX triplet: 48, 2C and 53. RGB value is (72,44,83). Sum of RGB (Red+Green+Blue) = 72+44+83=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #482C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C53 is #B7D3AC. Grayscale: #383838. Windows color (decimal): -12047277 or 5450824. OLE color: 5450824.

HSL color Cylindrical-coordinate representation of color #482C53: hue angle of 283.08º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #482C53 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 44 83 -
CMYK 0.13 0.47 0 0.67
HSL 283.08º 0.31% 0.25% -
HSV(B) 283.08º 0.47% 0.33% -
XYZ 5.13 3.8 8.65 -
YUV 56.82 142.78 138.83 -
System Red Green Blue C M Y K H S L
Decimal 72 44 83 0.13 0.47 0 0.67 283.08 0.31 0.25
Hex 48 2C 53 D 2F 0 43 11B 1F 19
Octal 110 54 123 15 57 0 103 433 37 31
Binary 1001000 101100 1010011 1101 101111 0 1000011 100011011 11111 11001

Color Harmonies of #482C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C53

Black with #482C53

Text Example


Text Example

White with #482C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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