Html Css Color HEX #483151 Scarlet Gum

📋 copy color: '#483151'

red 72 ◦ green 49 ◦ blue 81

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

Shades of Scarlet Gum #483151

Tints of Scarlet Gum #483151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.26%

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

R = 35.64%
G = 24.26%
B = 40.1%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#483151 (or 0x483151) is known color: Scarlet Gum. HEX triplet: 48, 31 and 51. RGB value is (72,49,81). Sum of RGB (Red+Green+Blue) = 72+49+81=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 81 - color contains mainly: blue. Hex color #483151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483151 is #B7CEAE. Grayscale: #3B3B3B. Windows color (decimal): -12045999 or 5321032. OLE color: 5321032.

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

Color convert

RGB 72 49 81 -
CMYK 0.11 0.40 0 0.68
HSL 283.13º 0.25% 0.25% -
HSV(B) 283.13º 0.4% 0.32% -
XYZ 5.26 4.17 8.31 -
YUV 59.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 72 49 81 0.11 0.40 0 0.68 283.13 0.25 0.25
Hex 48 31 51 B 28 0 44 11B 19 19
Octal 110 61 121 13 50 0 104 433 31 31
Binary 1001000 110001 1010001 1011 101000 0 1000100 100011011 11001 11001

Color Harmonies of #483151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483151

Black with #483151

Text Example


Text Example

White with #483151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483151; }

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

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

background-color css

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

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

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

border-color css

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

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

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