Html Css Color HEX #482F52 Scarlet Gum

📋 copy color: '#482F52'

red 72 ◦ green 47 ◦ blue 82

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

Shades of Scarlet Gum #482F52

Tints of Scarlet Gum #482F52

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.38%

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

R = 35.82%
G = 23.38%
B = 40.8%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#482F52 (or 0x482F52) is known color: Scarlet Gum. HEX triplet: 48, 2F and 52. RGB value is (72,47,82). Sum of RGB (Red+Green+Blue) = 72+47+82=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #482F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F52 is #B7D0AD. Grayscale: #3A3A3A. Windows color (decimal): -12046510 or 5386056. OLE color: 5386056.

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

Color convert

RGB 72 47 82 -
CMYK 0.12 0.43 0 0.68
HSL 282.86º 0.27% 0.25% -
HSV(B) 282.86º 0.43% 0.32% -
XYZ 5.21 4.02 8.48 -
YUV 58.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 72 47 82 0.12 0.43 0 0.68 282.86 0.27 0.25
Hex 48 2F 52 C 2B 0 44 11B 1B 19
Octal 110 57 122 14 53 0 104 433 33 31
Binary 1001000 101111 1010010 1100 101011 0 1000100 100011011 11011 11001

Color Harmonies of #482F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F52

Black with #482F52

Text Example


Text Example

White with #482F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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