Html Css Color HEX #482157 Scarlet Gum

📋 copy color: '#482157'

red 72 ◦ green 33 ◦ blue 87

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

Shades of Scarlet Gum #482157

Tints of Scarlet Gum #482157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.31%

R = 37.5%
G = 17.19%
B = 45.31%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#482157 (or 0x482157) is known color: Scarlet Gum. HEX triplet: 48, 21 and 57. RGB value is (72,33,87). Sum of RGB (Red+Green+Blue) = 72+33+87=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #482157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482157 is #B7DEA8. Grayscale: #323232. Windows color (decimal): -12050089 or 5710152. OLE color: 5710152.

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

Color convert

RGB 72 33 87 -
CMYK 0.17 0.62 0 0.66
HSL 283.33º 0.45% 0.24% -
HSV(B) 283.33º 0.62% 0.34% -
XYZ 4.94 3.15 9.37 -
YUV 50.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 72 33 87 0.17 0.62 0 0.66 283.33 0.45 0.24
Hex 48 21 57 11 3E 0 42 11B 2D 18
Octal 110 41 127 21 76 0 102 433 55 30
Binary 1001000 100001 1010111 10001 111110 0 1000010 100011011 101101 11000

Color Harmonies of #482157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482157

Black with #482157

Text Example


Text Example

White with #482157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482157; }

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

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

background-color css

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

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

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

border-color css

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

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

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