Html Css Color HEX #533263 Scarlet Gum

📋 copy color: '#533263'

red 83 ◦ green 50 ◦ blue 99

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

Shades of Scarlet Gum #533263

Tints of Scarlet Gum #533263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 35.78%
G = 21.55%
B = 42.67%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#533263 (or 0x533263) is known color: Scarlet Gum. HEX triplet: 53, 32 and 63. RGB value is (83,50,99). Sum of RGB (Red+Green+Blue) = 83+50+99=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #533263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533263 is #ACCD9C. Grayscale: #414141. Windows color (decimal): -11324829 or 6500947. OLE color: 6500947.

HSL color Cylindrical-coordinate representation of color #533263: hue angle of 280.41º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #533263 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 50 99 -
CMYK 0.16 0.49 0 0.61
HSL 280.41º 0.33% 0.29% -
HSV(B) 280.41º 0.49% 0.39% -
XYZ 6.96 5.02 12.41 -
YUV 65.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 83 50 99 0.16 0.49 0 0.61 280.41 0.33 0.29
Hex 53 32 63 10 31 0 3D 118 21 1D
Octal 123 62 143 20 61 0 75 430 41 35
Binary 1010011 110010 1100011 10000 110001 0 111101 100011000 100001 11101

Color Harmonies of #533263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533263

Black with #533263

Text Example


Text Example

White with #533263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533263; }

 p { color: rgb(83,50,99); }

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

background-color css

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

 a { background-color: rgb(83,50,99); }

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

border-color css

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

 span { border-color: rgb(83,50,99); }

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