Html Css Color HEX #483850 Scarlet Gum

📋 copy color: '#483850'

red 72 ◦ green 56 ◦ blue 80

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

Shades of Scarlet Gum #483850

Tints of Scarlet Gum #483850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 38.46%

R = 34.62%
G = 26.92%
B = 38.46%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#483850 (or 0x483850) is known color: Scarlet Gum. HEX triplet: 48, 38 and 50. RGB value is (72,56,80). Sum of RGB (Red+Green+Blue) = 72+56+80=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: blue. Hex color #483850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483850 is #B7C7AF. Grayscale: #3F3F3F. Windows color (decimal): -12044208 or 5257288. OLE color: 5257288.

HSL color Cylindrical-coordinate representation of color #483850: hue angle of 280º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #483850 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 56 80 -
CMYK 0.10 0.30 0 0.69
HSL 280º 0.18% 0.27% -
HSV(B) 280º 0.3% 0.31% -
XYZ 5.53 4.79 8.22 -
YUV 63.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 72 56 80 0.10 0.30 0 0.69 280 0.18 0.27
Hex 48 38 50 A 1E 0 45 118 12 1B
Octal 110 70 120 12 36 0 105 430 22 33
Binary 1001000 111000 1010000 1010 11110 0 1000101 100011000 10010 11011

Color Harmonies of #483850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483850

Black with #483850

Text Example


Text Example

White with #483850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483850; }

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

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

background-color css

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

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

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

border-color css

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

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

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