Html Css Color HEX #482354 Scarlet Gum

📋 copy color: '#482354'

red 72 ◦ green 35 ◦ blue 84

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

Shades of Scarlet Gum #482354

Tints of Scarlet Gum #482354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 43.98%

R = 37.7%
G = 18.32%
B = 43.98%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#482354 (or 0x482354) is known color: Scarlet Gum. HEX triplet: 48, 23 and 54. RGB value is (72,35,84). Sum of RGB (Red+Green+Blue) = 72+35+84=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #482354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482354 is #B7DCAB. Grayscale: #333333. Windows color (decimal): -12049580 or 5514056. OLE color: 5514056.

HSL color Cylindrical-coordinate representation of color #482354: hue angle of 285.31º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #482354 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 35 84 -
CMYK 0.14 0.58 0 0.67
HSL 285.31º 0.41% 0.23% -
HSV(B) 285.31º 0.58% 0.33% -
XYZ 4.87 3.22 8.75 -
YUV 51.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 72 35 84 0.14 0.58 0 0.67 285.31 0.41 0.23
Hex 48 23 54 E 3A 0 43 11D 29 17
Octal 110 43 124 16 72 0 103 435 51 27
Binary 1001000 100011 1010100 1110 111010 0 1000011 100011101 101001 10111

Color Harmonies of #482354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482354

Black with #482354

Text Example


Text Example

White with #482354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482354; }

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

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

background-color css

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

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

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

border-color css

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

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

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