Html Css Color HEX #483256 Scarlet Gum

📋 copy color: '#483256'

red 72 ◦ green 50 ◦ blue 86

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

Shades of Scarlet Gum #483256

Tints of Scarlet Gum #483256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

 BLUE value IS 86 (33.98% from 255) = 41.35%

R = 34.62%
G = 24.04%
B = 41.35%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#483256 (or 0x483256) is known color: Scarlet Gum. HEX triplet: 48, 32 and 56. RGB value is (72,50,86). Sum of RGB (Red+Green+Blue) = 72+50+86=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #483256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483256 is #B7CDA9. Grayscale: #3C3C3C. Windows color (decimal): -12045738 or 5648968. OLE color: 5648968.

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

Color convert

RGB 72 50 86 -
CMYK 0.16 0.42 0 0.66
HSL 276.67º 0.26% 0.27% -
HSV(B) 276.67º 0.42% 0.34% -
XYZ 5.49 4.33 9.35 -
YUV 60.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 72 50 86 0.16 0.42 0 0.66 276.67 0.26 0.27
Hex 48 32 56 10 2A 0 42 115 1A 1B
Octal 110 62 126 20 52 0 102 425 32 33
Binary 1001000 110010 1010110 10000 101010 0 1000010 100010101 11010 11011

Color Harmonies of #483256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483256

Black with #483256

Text Example


Text Example

White with #483256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483256; }

 p { color: rgb(72,50,86); }

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

background-color css

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

 a { background-color: rgb(72,50,86); }

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

border-color css

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

 span { border-color: rgb(72,50,86); }

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