Html Css Color HEX #482553 Scarlet Gum

📋 copy color: '#482553'

red 72 ◦ green 37 ◦ blue 83

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

Shades of Scarlet Gum #482553

Tints of Scarlet Gum #482553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

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

R = 37.5%
G = 19.27%
B = 43.23%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#482553 (or 0x482553) is known color: Scarlet Gum. HEX triplet: 48, 25 and 53. RGB value is (72,37,83). Sum of RGB (Red+Green+Blue) = 72+37+83=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #482553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482553 is #B7DAAC. Grayscale: #343434. Windows color (decimal): -12049069 or 5449032. OLE color: 5449032.

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

Color convert

RGB 72 37 83 -
CMYK 0.13 0.55 0 0.67
HSL 285.65º 0.38% 0.24% -
HSV(B) 285.65º 0.55% 0.33% -
XYZ 4.9 3.33 8.57 -
YUV 52.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 72 37 83 0.13 0.55 0 0.67 285.65 0.38 0.24
Hex 48 25 53 D 37 0 43 11E 26 18
Octal 110 45 123 15 67 0 103 436 46 30
Binary 1001000 100101 1010011 1101 110111 0 1000011 100011110 100110 11000

Color Harmonies of #482553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482553

Black with #482553

Text Example


Text Example

White with #482553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482553; }

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

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

background-color css

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

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

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

border-color css

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

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

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