Html Css Color HEX #483359 Scarlet Gum

📋 copy color: '#483359'

red 72 ◦ green 51 ◦ blue 89

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

Shades of Scarlet Gum #483359

Tints of Scarlet Gum #483359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 41.98%

R = 33.96%
G = 24.06%
B = 41.98%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#483359 (or 0x483359) is known color: Scarlet Gum. HEX triplet: 48, 33 and 59. RGB value is (72,51,89). Sum of RGB (Red+Green+Blue) = 72+51+89=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #483359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483359 is #B7CCA6. Grayscale: #3D3D3D. Windows color (decimal): -12045479 or 5845832. OLE color: 5845832.

HSL color Cylindrical-coordinate representation of color #483359: hue angle of 273.16º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #483359 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 51 89 -
CMYK 0.19 0.43 0 0.65
HSL 273.16º 0.27% 0.27% -
HSV(B) 273.16º 0.43% 0.35% -
XYZ 5.66 4.47 10.02 -
YUV 61.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 72 51 89 0.19 0.43 0 0.65 273.16 0.27 0.27
Hex 48 33 59 13 2B 0 41 111 1B 1B
Octal 110 63 131 23 53 0 101 421 33 33
Binary 1001000 110011 1011001 10011 101011 0 1000001 100010001 11011 11011

Color Harmonies of #483359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483359

Black with #483359

Text Example


Text Example

White with #483359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483359; }

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

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

background-color css

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

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

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

border-color css

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

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

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