Html Css Color HEX #482B53 Scarlet Gum

📋 copy color: '#482B53'

red 72 ◦ green 43 ◦ blue 83

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

Shades of Scarlet Gum #482B53

Tints of Scarlet Gum #482B53

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.72%

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

R = 36.36%
G = 21.72%
B = 41.92%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#482B53 (or 0x482B53) is known color: Scarlet Gum. HEX triplet: 48, 2B and 53. RGB value is (72,43,83). Sum of RGB (Red+Green+Blue) = 72+43+83=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #482B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482B53 is #B7D4AC. Grayscale: #383838. Windows color (decimal): -12047533 or 5450568. OLE color: 5450568.

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

Color convert

RGB 72 43 83 -
CMYK 0.13 0.48 0 0.67
HSL 283.5º 0.32% 0.25% -
HSV(B) 283.5º 0.48% 0.33% -
XYZ 5.1 3.73 8.63 -
YUV 56.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 72 43 83 0.13 0.48 0 0.67 283.5 0.32 0.25
Hex 48 2B 53 D 30 0 43 11C 20 19
Octal 110 53 123 15 60 0 103 434 40 31
Binary 1001000 101011 1010011 1101 110000 0 1000011 100011100 100000 11001

Color Harmonies of #482B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B53

Black with #482B53

Text Example


Text Example

White with #482B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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