Html Css Color HEX #482156 Scarlet Gum

📋 copy color: '#482156'

red 72 ◦ green 33 ◦ blue 86

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

Shades of Scarlet Gum #482156

Tints of Scarlet Gum #482156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.28%

 BLUE value IS 86 (33.98% from 255) = 45.03%

R = 37.7%
G = 17.28%
B = 45.03%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#482156 (or 0x482156) is known color: Scarlet Gum. HEX triplet: 48, 21 and 56. RGB value is (72,33,86). Sum of RGB (Red+Green+Blue) = 72+33+86=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #482156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482156 is #B7DEA9. Grayscale: #323232. Windows color (decimal): -12050090 or 5644616. OLE color: 5644616.

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

Color convert

RGB 72 33 86 -
CMYK 0.16 0.62 0 0.66
HSL 284.15º 0.45% 0.23% -
HSV(B) 284.15º 0.62% 0.34% -
XYZ 4.9 3.14 9.15 -
YUV 50.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 72 33 86 0.16 0.62 0 0.66 284.15 0.45 0.23
Hex 48 21 56 10 3E 0 42 11C 2D 17
Octal 110 41 126 20 76 0 102 434 55 27
Binary 1001000 100001 1010110 10000 111110 0 1000010 100011100 101101 10111

Color Harmonies of #482156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482156

Black with #482156

Text Example


Text Example

White with #482156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482156; }

 p { color: rgb(72,33,86); }

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

background-color css

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

 a { background-color: rgb(72,33,86); }

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

border-color css

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

 span { border-color: rgb(72,33,86); }

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