Html Css Color HEX #533160 Scarlet Gum

📋 copy color: '#533160'

red 83 ◦ green 49 ◦ blue 96

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

Shades of Scarlet Gum #533160

Tints of Scarlet Gum #533160

RGB

 RED value IS 83 (32.81% from 255) = 36.4%

 GREEN value IS 49 (19.53% from 255) = 21.49%

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 36.4%
G = 21.49%
B = 42.11%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#533160 (or 0x533160) is known color: Scarlet Gum. HEX triplet: 53, 31 and 60. RGB value is (83,49,96). Sum of RGB (Red+Green+Blue) = 83+49+96=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #533160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533160 is #ACCE9F. Grayscale: #404040. Windows color (decimal): -11325088 or 6304083. OLE color: 6304083.

HSL color Cylindrical-coordinate representation of color #533160: hue angle of 283.4º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #533160 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 49 96 -
CMYK 0.14 0.49 0 0.62
HSL 283.4º 0.32% 0.28% -
HSV(B) 283.4º 0.49% 0.38% -
XYZ 6.78 4.88 11.65 -
YUV 64.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 83 49 96 0.14 0.49 0 0.62 283.4 0.32 0.28
Hex 53 31 60 E 31 0 3E 11B 20 1C
Octal 123 61 140 16 61 0 76 433 40 34
Binary 1010011 110001 1100000 1110 110001 0 111110 100011011 100000 11100

Color Harmonies of #533160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533160

Black with #533160

Text Example


Text Example

White with #533160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533160; }

 p { color: rgb(83,49,96); }

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

background-color css

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

 a { background-color: rgb(83,49,96); }

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

border-color css

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

 span { border-color: rgb(83,49,96); }

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