Html Css Color HEX #482852 Scarlet Gum

📋 copy color: '#482852'

red 72 ◦ green 40 ◦ blue 82

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

Shades of Scarlet Gum #482852

Tints of Scarlet Gum #482852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 42.27%

R = 37.11%
G = 20.62%
B = 42.27%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#482852 (or 0x482852) is known color: Scarlet Gum. HEX triplet: 48, 28 and 52. RGB value is (72,40,82). Sum of RGB (Red+Green+Blue) = 72+40+82=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #482852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482852 is #B7D7AD. Grayscale: #363636. Windows color (decimal): -12048302 or 5384264. OLE color: 5384264.

HSL color Cylindrical-coordinate representation of color #482852: hue angle of 285.71º 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 #482852 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 40 82 -
CMYK 0.12 0.51 0 0.68
HSL 285.71º 0.34% 0.24% -
HSV(B) 285.71º 0.51% 0.32% -
XYZ 4.95 3.5 8.4 -
YUV 54.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 72 40 82 0.12 0.51 0 0.68 285.71 0.34 0.24
Hex 48 28 52 C 33 0 44 11E 22 18
Octal 110 50 122 14 63 0 104 436 42 30
Binary 1001000 101000 1010010 1100 110011 0 1000100 100011110 100010 11000

Color Harmonies of #482852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482852

Black with #482852

Text Example


Text Example

White with #482852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482852; }

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

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

background-color css

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

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

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

border-color css

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

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

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