Html Css Color HEX #483154 Scarlet Gum

📋 copy color: '#483154'

red 72 ◦ green 49 ◦ blue 84

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

Shades of Scarlet Gum #483154

Tints of Scarlet Gum #483154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.9%

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

R = 35.12%
G = 23.9%
B = 40.98%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#483154 (or 0x483154) is known color: Scarlet Gum. HEX triplet: 48, 31 and 54. RGB value is (72,49,84). Sum of RGB (Red+Green+Blue) = 72+49+84=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 84 - color contains mainly: blue. Hex color #483154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483154 is #B7CEAB. Grayscale: #3B3B3B. Windows color (decimal): -12045996 or 5517640. OLE color: 5517640.

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

Color convert

RGB 72 49 84 -
CMYK 0.14 0.42 0 0.67
HSL 279.43º 0.26% 0.26% -
HSV(B) 279.43º 0.42% 0.33% -
XYZ 5.37 4.21 8.92 -
YUV 59.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 72 49 84 0.14 0.42 0 0.67 279.43 0.26 0.26
Hex 48 31 54 E 2A 0 43 117 1A 1A
Octal 110 61 124 16 52 0 103 427 32 32
Binary 1001000 110001 1010100 1110 101010 0 1000011 100010111 11010 11010

Color Harmonies of #483154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483154

Black with #483154

Text Example


Text Example

White with #483154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483154; }

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

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

background-color css

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

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

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

border-color css

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

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

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