Html Css Color HEX #482951 Scarlet Gum

📋 copy color: '#482951'

red 72 ◦ green 41 ◦ blue 81

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

Shades of Scarlet Gum #482951

Tints of Scarlet Gum #482951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

 BLUE value IS 81 (32.03% from 255) = 41.75%

R = 37.11%
G = 21.13%
B = 41.75%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#482951 (or 0x482951) is known color: Scarlet Gum. HEX triplet: 48, 29 and 51. RGB value is (72,41,81). Sum of RGB (Red+Green+Blue) = 72+41+81=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #482951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482951 is #B7D6AE. Grayscale: #363636. Windows color (decimal): -12048047 or 5318984. OLE color: 5318984.

HSL color Cylindrical-coordinate representation of color #482951: hue angle of 286.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482951 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 41 81 -
CMYK 0.11 0.49 0 0.68
HSL 286.5º 0.33% 0.24% -
HSV(B) 286.5º 0.49% 0.32% -
XYZ 4.95 3.56 8.21 -
YUV 54.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 72 41 81 0.11 0.49 0 0.68 286.5 0.33 0.24
Hex 48 29 51 B 31 0 44 11E 21 18
Octal 110 51 121 13 61 0 104 436 41 30
Binary 1001000 101001 1010001 1011 110001 0 1000100 100011110 100001 11000

Color Harmonies of #482951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482951

Black with #482951

Text Example


Text Example

White with #482951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482951; }

 p { color: rgb(72,41,81); }

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

background-color css

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

 a { background-color: rgb(72,41,81); }

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

border-color css

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

 span { border-color: rgb(72,41,81); }

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