Html Css Color HEX #482352 Scarlet Gum

📋 copy color: '#482352'

red 72 ◦ green 35 ◦ blue 82

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

Shades of Scarlet Gum #482352

Tints of Scarlet Gum #482352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

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

R = 38.1%
G = 18.52%
B = 43.39%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#482352 (or 0x482352) is known color: Scarlet Gum. HEX triplet: 48, 23 and 52. RGB value is (72,35,82). Sum of RGB (Red+Green+Blue) = 72+35+82=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #482352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482352 is #B7DCAD. Grayscale: #333333. Windows color (decimal): -12049582 or 5382984. OLE color: 5382984.

HSL color Cylindrical-coordinate representation of color #482352: hue angle of 287.23º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #482352 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 35 82 -
CMYK 0.12 0.57 0 0.68
HSL 287.23º 0.4% 0.23% -
HSV(B) 287.23º 0.57% 0.32% -
XYZ 4.8 3.19 8.35 -
YUV 51.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 72 35 82 0.12 0.57 0 0.68 287.23 0.4 0.23
Hex 48 23 52 C 39 0 44 11F 28 17
Octal 110 43 122 14 71 0 104 437 50 27
Binary 1001000 100011 1010010 1100 111001 0 1000100 100011111 101000 10111

Color Harmonies of #482352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482352

Black with #482352

Text Example


Text Example

White with #482352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482352; }

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

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

background-color css

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

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

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

border-color css

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

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

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