Html Css Color HEX #483551 Scarlet Gum

📋 copy color: '#483551'

red 72 ◦ green 53 ◦ blue 81

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

Shades of Scarlet Gum #483551

Tints of Scarlet Gum #483551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.32%

R = 34.95%
G = 25.73%
B = 39.32%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#483551 (or 0x483551) is known color: Scarlet Gum. HEX triplet: 48, 35 and 51. RGB value is (72,53,81). Sum of RGB (Red+Green+Blue) = 72+53+81=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 81 - color contains mainly: blue. Hex color #483551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483551 is #B7CAAE. Grayscale: #3D3D3D. Windows color (decimal): -12044975 or 5322056. OLE color: 5322056.

HSL color Cylindrical-coordinate representation of color #483551: hue angle of 280.71º 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 #483551 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 53 81 -
CMYK 0.11 0.35 0 0.68
HSL 280.71º 0.21% 0.26% -
HSV(B) 280.71º 0.35% 0.32% -
XYZ 5.43 4.52 8.37 -
YUV 61.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 72 53 81 0.11 0.35 0 0.68 280.71 0.21 0.26
Hex 48 35 51 B 23 0 44 119 15 1A
Octal 110 65 121 13 43 0 104 431 25 32
Binary 1001000 110101 1010001 1011 100011 0 1000100 100011001 10101 11010

Color Harmonies of #483551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483551

Black with #483551

Text Example


Text Example

White with #483551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483551; }

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

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

background-color css

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

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

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

border-color css

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

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

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