Html Css Color HEX #483854 Scarlet Gum

📋 copy color: '#483854'

red 72 ◦ green 56 ◦ blue 84

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

Shades of Scarlet Gum #483854

Tints of Scarlet Gum #483854

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.42%

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

R = 33.96%
G = 26.42%
B = 39.62%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#483854 (or 0x483854) is known color: Scarlet Gum. HEX triplet: 48, 38 and 54. RGB value is (72,56,84). Sum of RGB (Red+Green+Blue) = 72+56+84=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #483854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483854 is #B7C7AB. Grayscale: #3F3F3F. Windows color (decimal): -12044204 or 5519432. OLE color: 5519432.

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

Color convert

RGB 72 56 84 -
CMYK 0.14 0.33 0 0.67
HSL 274.29º 0.2% 0.27% -
HSV(B) 274.29º 0.33% 0.33% -
XYZ 5.69 4.85 9.02 -
YUV 63.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 72 56 84 0.14 0.33 0 0.67 274.29 0.2 0.27
Hex 48 38 54 E 21 0 43 112 14 1B
Octal 110 70 124 16 41 0 103 422 24 33
Binary 1001000 111000 1010100 1110 100001 0 1000011 100010010 10100 11011

Color Harmonies of #483854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483854

Black with #483854

Text Example


Text Example

White with #483854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483854; }

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

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

background-color css

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

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

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

border-color css

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

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

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