Html Css Color HEX #483552 Scarlet Gum

📋 copy color: '#483552'

red 72 ◦ green 53 ◦ blue 82

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

Shades of Scarlet Gum #483552

Tints of Scarlet Gum #483552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.6%

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

R = 34.78%
G = 25.6%
B = 39.61%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#483552 (or 0x483552) is known color: Scarlet Gum. HEX triplet: 48, 35 and 52. RGB value is (72,53,82). Sum of RGB (Red+Green+Blue) = 72+53+82=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 82 - color contains mainly: blue. Hex color #483552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483552 is #B7CAAD. Grayscale: #3D3D3D. Windows color (decimal): -12044974 or 5387592. OLE color: 5387592.

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

Color convert

RGB 72 53 82 -
CMYK 0.12 0.35 0 0.68
HSL 279.31º 0.21% 0.26% -
HSV(B) 279.31º 0.35% 0.32% -
XYZ 5.47 4.53 8.57 -
YUV 61.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 72 53 82 0.12 0.35 0 0.68 279.31 0.21 0.26
Hex 48 35 52 C 23 0 44 117 15 1A
Octal 110 65 122 14 43 0 104 427 25 32
Binary 1001000 110101 1010010 1100 100011 0 1000100 100010111 10101 11010

Color Harmonies of #483552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483552

Black with #483552

Text Example


Text Example

White with #483552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483552; }

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

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

background-color css

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

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

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

border-color css

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

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

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