Html Css Color HEX #483650 Scarlet Gum

📋 copy color: '#483650'

red 72 ◦ green 54 ◦ blue 80

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

Shades of Scarlet Gum #483650

Tints of Scarlet Gum #483650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.21%

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

R = 34.95%
G = 26.21%
B = 38.83%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#483650 (or 0x483650) is known color: Scarlet Gum. HEX triplet: 48, 36 and 50. RGB value is (72,54,80). Sum of RGB (Red+Green+Blue) = 72+54+80=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #483650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483650 is #B7C9AF. Grayscale: #3E3E3E. Windows color (decimal): -12044720 or 5256776. OLE color: 5256776.

HSL color Cylindrical-coordinate representation of color #483650: hue angle of 281.54º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483650 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 54 80 -
CMYK 0.10 0.33 0 0.69
HSL 281.54º 0.19% 0.26% -
HSV(B) 281.54º 0.33% 0.31% -
XYZ 5.44 4.6 8.19 -
YUV 62.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 72 54 80 0.10 0.33 0 0.69 281.54 0.19 0.26
Hex 48 36 50 A 21 0 45 11A 13 1A
Octal 110 66 120 12 41 0 105 432 23 32
Binary 1001000 110110 1010000 1010 100001 0 1000101 100011010 10011 11010

Color Harmonies of #483650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483650

Black with #483650

Text Example


Text Example

White with #483650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483650; }

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

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

background-color css

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

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

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

border-color css

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

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

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