Html Css Color HEX #482851 Scarlet Gum

📋 copy color: '#482851'

red 72 ◦ green 40 ◦ blue 81

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

Shades of Scarlet Gum #482851

Tints of Scarlet Gum #482851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.73%

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

R = 37.31%
G = 20.73%
B = 41.97%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#482851 (or 0x482851) is known color: Scarlet Gum. HEX triplet: 48, 28 and 51. RGB value is (72,40,81). Sum of RGB (Red+Green+Blue) = 72+40+81=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #482851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482851 is #B7D7AE. Grayscale: #363636. Windows color (decimal): -12048303 or 5318728. OLE color: 5318728.

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

Color convert

RGB 72 40 81 -
CMYK 0.11 0.51 0 0.68
HSL 286.83º 0.34% 0.24% -
HSV(B) 286.83º 0.51% 0.32% -
XYZ 4.92 3.49 8.2 -
YUV 54.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 72 40 81 0.11 0.51 0 0.68 286.83 0.34 0.24
Hex 48 28 51 B 33 0 44 11F 22 18
Octal 110 50 121 13 63 0 104 437 42 30
Binary 1001000 101000 1010001 1011 110011 0 1000100 100011111 100010 11000

Color Harmonies of #482851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482851

Black with #482851

Text Example


Text Example

White with #482851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482851; }

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

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

background-color css

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

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

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

border-color css

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

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

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