Html Css Color HEX #533061 Scarlet Gum

📋 copy color: '#533061'

red 83 ◦ green 48 ◦ blue 97

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

Shades of Scarlet Gum #533061

Tints of Scarlet Gum #533061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.05%

 BLUE value IS 97 (38.28% from 255) = 42.54%

R = 36.4%
G = 21.05%
B = 42.54%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#533061 (or 0x533061) is known color: Scarlet Gum. HEX triplet: 53, 30 and 61. RGB value is (83,48,97). Sum of RGB (Red+Green+Blue) = 83+48+97=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #533061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533061 is #ACCF9E. Grayscale: #3F3F3F. Windows color (decimal): -11325343 or 6369363. OLE color: 6369363.

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

Color convert

RGB 83 48 97 -
CMYK 0.14 0.51 0 0.62
HSL 282.86º 0.34% 0.28% -
HSV(B) 282.86º 0.51% 0.38% -
XYZ 6.78 4.82 11.88 -
YUV 64.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 83 48 97 0.14 0.51 0 0.62 282.86 0.34 0.28
Hex 53 30 61 E 33 0 3E 11B 22 1C
Octal 123 60 141 16 63 0 76 433 42 34
Binary 1010011 110000 1100001 1110 110011 0 111110 100011011 100010 11100

Color Harmonies of #533061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533061

Black with #533061

Text Example


Text Example

White with #533061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533061; }

 p { color: rgb(83,48,97); }

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

background-color css

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

 a { background-color: rgb(83,48,97); }

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

border-color css

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

 span { border-color: rgb(83,48,97); }

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