Html Css Color HEX #482C52 Scarlet Gum

📋 copy color: '#482C52'

red 72 ◦ green 44 ◦ blue 82

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

Shades of Scarlet Gum #482C52

Tints of Scarlet Gum #482C52

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.22%

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

R = 36.36%
G = 22.22%
B = 41.41%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#482C52 (or 0x482C52) is known color: Scarlet Gum. HEX triplet: 48, 2C and 52. RGB value is (72,44,82). Sum of RGB (Red+Green+Blue) = 72+44+82=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #482C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C52 is #B7D3AD. Grayscale: #383838. Windows color (decimal): -12047278 or 5385288. OLE color: 5385288.

HSL color Cylindrical-coordinate representation of color #482C52: hue angle of 284.21º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #482C52 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 44 82 -
CMYK 0.12 0.46 0 0.68
HSL 284.21º 0.3% 0.25% -
HSV(B) 284.21º 0.46% 0.32% -
XYZ 5.1 3.79 8.45 -
YUV 56.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 72 44 82 0.12 0.46 0 0.68 284.21 0.3 0.25
Hex 48 2C 52 C 2E 0 44 11C 1E 19
Octal 110 54 122 14 56 0 104 434 36 31
Binary 1001000 101100 1010010 1100 101110 0 1000100 100011100 11110 11001

Color Harmonies of #482C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C52

Black with #482C52

Text Example


Text Example

White with #482C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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