Html Css Color HEX #483352 Scarlet Gum

📋 copy color: '#483352'

red 72 ◦ green 51 ◦ blue 82

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

Shades of Scarlet Gum #483352

Tints of Scarlet Gum #483352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

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

R = 35.12%
G = 24.88%
B = 40%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#483352 (or 0x483352) is known color: Scarlet Gum. HEX triplet: 48, 33 and 52. RGB value is (72,51,82). Sum of RGB (Red+Green+Blue) = 72+51+82=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #483352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483352 is #B7CCAD. Grayscale: #3C3C3C. Windows color (decimal): -12045486 or 5387080. OLE color: 5387080.

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

Color convert

RGB 72 51 82 -
CMYK 0.12 0.38 0 0.68
HSL 280.65º 0.23% 0.26% -
HSV(B) 280.65º 0.38% 0.32% -
XYZ 5.38 4.35 8.54 -
YUV 60.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 72 51 82 0.12 0.38 0 0.68 280.65 0.23 0.26
Hex 48 33 52 C 26 0 44 119 17 1A
Octal 110 63 122 14 46 0 104 431 27 32
Binary 1001000 110011 1010010 1100 100110 0 1000100 100011001 10111 11010

Color Harmonies of #483352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483352

Black with #483352

Text Example


Text Example

White with #483352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483352; }

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

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

background-color css

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

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

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

border-color css

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

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

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