Html Css Color HEX #483252 Scarlet Gum

📋 copy color: '#483252'

red 72 ◦ green 50 ◦ blue 82

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

Shades of Scarlet Gum #483252

Tints of Scarlet Gum #483252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.51%

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

R = 35.29%
G = 24.51%
B = 40.2%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#483252 (or 0x483252) is known color: Scarlet Gum. HEX triplet: 48, 32 and 52. RGB value is (72,50,82). Sum of RGB (Red+Green+Blue) = 72+50+82=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #483252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483252 is #B7CDAD. Grayscale: #3C3C3C. Windows color (decimal): -12045742 or 5386824. OLE color: 5386824.

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

Color convert

RGB 72 50 82 -
CMYK 0.12 0.39 0 0.68
HSL 281.25º 0.24% 0.26% -
HSV(B) 281.25º 0.39% 0.32% -
XYZ 5.34 4.27 8.53 -
YUV 60.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 72 50 82 0.12 0.39 0 0.68 281.25 0.24 0.26
Hex 48 32 52 C 27 0 44 119 18 1A
Octal 110 62 122 14 47 0 104 431 30 32
Binary 1001000 110010 1010010 1100 100111 0 1000100 100011001 11000 11010

Color Harmonies of #483252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483252

Black with #483252

Text Example


Text Example

White with #483252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483252; }

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

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

background-color css

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

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

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

border-color css

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

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

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