Html Css Color HEX #482356 Scarlet Gum

📋 copy color: '#482356'

red 72 ◦ green 35 ◦ blue 86

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

Shades of Scarlet Gum #482356

Tints of Scarlet Gum #482356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.13%

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

R = 37.31%
G = 18.13%
B = 44.56%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#482356 (or 0x482356) is known color: Scarlet Gum. HEX triplet: 48, 23 and 56. RGB value is (72,35,86). Sum of RGB (Red+Green+Blue) = 72+35+86=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #482356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482356 is #B7DCA9. Grayscale: #333333. Windows color (decimal): -12049578 or 5645128. OLE color: 5645128.

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

Color convert

RGB 72 35 86 -
CMYK 0.16 0.59 0 0.66
HSL 283.53º 0.42% 0.24% -
HSV(B) 283.53º 0.59% 0.34% -
XYZ 4.95 3.25 9.17 -
YUV 51.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 72 35 86 0.16 0.59 0 0.66 283.53 0.42 0.24
Hex 48 23 56 10 3B 0 42 11C 2A 18
Octal 110 43 126 20 73 0 102 434 52 30
Binary 1001000 100011 1010110 10000 111011 0 1000010 100011100 101010 11000

Color Harmonies of #482356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482356

Black with #482356

Text Example


Text Example

White with #482356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482356; }

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

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

background-color css

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

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

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

border-color css

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

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

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