Html Css Color HEX #482A53 Scarlet Gum

📋 copy color: '#482A53'

red 72 ◦ green 42 ◦ blue 83

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

Shades of Scarlet Gum #482A53

Tints of Scarlet Gum #482A53

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.32%

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 36.55%
G = 21.32%
B = 42.13%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#482A53 (or 0x482A53) is known color: Scarlet Gum. HEX triplet: 48, 2A and 53. RGB value is (72,42,83). Sum of RGB (Red+Green+Blue) = 72+42+83=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #482A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A53 is #B7D5AC. Grayscale: #373737. Windows color (decimal): -12047789 or 5450312. OLE color: 5450312.

HSL color Cylindrical-coordinate representation of color #482A53: hue angle of 283.9º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482A53 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 42 83 -
CMYK 0.13 0.49 0 0.67
HSL 283.9º 0.33% 0.25% -
HSV(B) 283.9º 0.49% 0.33% -
XYZ 5.06 3.66 8.62 -
YUV 55.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 72 42 83 0.13 0.49 0 0.67 283.9 0.33 0.25
Hex 48 2A 53 D 31 0 43 11C 21 19
Octal 110 52 123 15 61 0 103 434 41 31
Binary 1001000 101010 1010011 1101 110001 0 1000011 100011100 100001 11001

Color Harmonies of #482A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A53

Black with #482A53

Text Example


Text Example

White with #482A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,42,83); }

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

background-color css

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

 a { background-color: rgb(72,42,83); }

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

border-color css

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

 span { border-color: rgb(72,42,83); }

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