Html Css Color HEX #482856 Scarlet Gum

📋 copy color: '#482856'

red 72 ◦ green 40 ◦ blue 86

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

Shades of Scarlet Gum #482856

Tints of Scarlet Gum #482856

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.2%

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

R = 36.36%
G = 20.2%
B = 43.43%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#482856 (or 0x482856) is known color: Scarlet Gum. HEX triplet: 48, 28 and 56. RGB value is (72,40,86). Sum of RGB (Red+Green+Blue) = 72+40+86=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #482856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482856 is #B7D7A9. Grayscale: #363636. Windows color (decimal): -12048298 or 5646408. OLE color: 5646408.

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

Color convert

RGB 72 40 86 -
CMYK 0.16 0.53 0 0.66
HSL 281.74º 0.37% 0.25% -
HSV(B) 281.74º 0.53% 0.34% -
XYZ 5.11 3.57 9.22 -
YUV 54.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 72 40 86 0.16 0.53 0 0.66 281.74 0.37 0.25
Hex 48 28 56 10 35 0 42 11A 25 19
Octal 110 50 126 20 65 0 102 432 45 31
Binary 1001000 101000 1010110 10000 110101 0 1000010 100011010 100101 11001

Color Harmonies of #482856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482856

Black with #482856

Text Example


Text Example

White with #482856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482856; }

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

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

background-color css

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

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

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

border-color css

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

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

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