Html Css Color HEX #482F50 Scarlet Gum

📋 copy color: '#482F50'

red 72 ◦ green 47 ◦ blue 80

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

Shades of Scarlet Gum #482F50

Tints of Scarlet Gum #482F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.62%

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

R = 36.18%
G = 23.62%
B = 40.2%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#482F50 (or 0x482F50) is known color: Scarlet Gum. HEX triplet: 48, 2F and 50. RGB value is (72,47,80). Sum of RGB (Red+Green+Blue) = 72+47+80=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #482F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F50 is #B7D0AF. Grayscale: #3A3A3A. Windows color (decimal): -12046512 or 5254984. OLE color: 5254984.

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

Color convert

RGB 72 47 80 -
CMYK 0.10 0.41 0 0.69
HSL 285.45º 0.26% 0.25% -
HSV(B) 285.45º 0.41% 0.31% -
XYZ 5.14 3.99 8.09 -
YUV 58.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 72 47 80 0.10 0.41 0 0.69 285.45 0.26 0.25
Hex 48 2F 50 A 29 0 45 11D 1A 19
Octal 110 57 120 12 51 0 105 435 32 31
Binary 1001000 101111 1010000 1010 101001 0 1000101 100011101 11010 11001

Color Harmonies of #482F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F50

Black with #482F50

Text Example


Text Example

White with #482F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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