Html Css Color HEX #483557 Scarlet Gum

📋 copy color: '#483557'

red 72 ◦ green 53 ◦ blue 87

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

Shades of Scarlet Gum #483557

Tints of Scarlet Gum #483557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25%

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

R = 33.96%
G = 25%
B = 41.04%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#483557 (or 0x483557) is known color: Scarlet Gum. HEX triplet: 48, 35 and 57. RGB value is (72,53,87). Sum of RGB (Red+Green+Blue) = 72+53+87=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #483557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483557 is #B7CAA8. Grayscale: #3E3E3E. Windows color (decimal): -12044969 or 5715272. OLE color: 5715272.

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

Color convert

RGB 72 53 87 -
CMYK 0.17 0.39 0 0.66
HSL 273.53º 0.24% 0.27% -
HSV(B) 273.53º 0.39% 0.34% -
XYZ 5.67 4.61 9.61 -
YUV 62.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 72 53 87 0.17 0.39 0 0.66 273.53 0.24 0.27
Hex 48 35 57 11 27 0 42 112 18 1B
Octal 110 65 127 21 47 0 102 422 30 33
Binary 1001000 110101 1010111 10001 100111 0 1000010 100010010 11000 11011

Color Harmonies of #483557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483557

Black with #483557

Text Example


Text Example

White with #483557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483557; }

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

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

background-color css

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

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

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

border-color css

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

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

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